aboutsummaryrefslogtreecommitdiff
path: root/codegenerator.mk
diff options
context:
space:
mode:
authorulion <ulion2002@gmail.com>2013-03-12 07:21:01 +0800
committerulion <ulion2002@gmail.com>2013-03-12 07:22:31 +0800
commit57e8774b676cbea0c3e8c4d47b85af6ad72202a5 (patch)
treeb15f3024eda2756021ea5267b24bbcb557efd3f3 /codegenerator.mk
parent1a5e251cc4382ad3e918af68072f2ba08e26574b (diff)
Add deps to typemap files for code generate makefile.
Diffstat (limited to 'codegenerator.mk')
-rw-r--r--codegenerator.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegenerator.mk b/codegenerator.mk
index a924bb239f..f2d28faeb1 100644
--- a/codegenerator.mk
+++ b/codegenerator.mk
@@ -27,7 +27,7 @@ GENERATED += $(GENDIR)/AddonModuleXbmcplugin.cpp
GENERATED += $(GENDIR)/AddonModuleXbmcaddon.cpp
GENERATED += $(GENDIR)/AddonModuleXbmcvfs.cpp
-GENERATE_DEPS += $(TOPDIR)/xbmc/interfaces/legacy/*.h
+GENERATE_DEPS += $(TOPDIR)/xbmc/interfaces/legacy/*.h $(TOPDIR)/xbmc/interfaces/python/typemaps/*.intm $(TOPDIR)/xbmc/interfaces/python/typemaps/*.outtm
vpath %.i $(INTERFACES_DIR)/swig