diff options
author | montellese <montellese@xbmc.org> | 2015-02-15 22:16:45 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-03-01 14:52:03 +0100 |
commit | da2cdb64a683a5a6290fbe79b9d48f58b48cd155 (patch) | |
tree | 52cffb5173b98aef151e7518ef8b89b9331bbe1b /codegenerator.mk | |
parent | 56b35c6ee8ee144129b9755d8c7892deece9b0ab (diff) |
python: add basic WSGI implementation
Diffstat (limited to 'codegenerator.mk')
-rw-r--r-- | codegenerator.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codegenerator.mk b/codegenerator.mk index 5ecb0c0273..ed24a3fc88 100644 --- a/codegenerator.mk +++ b/codegenerator.mk @@ -34,6 +34,7 @@ GENERATED += $(GENDIR)/AddonModuleXbmcgui.cpp GENERATED += $(GENDIR)/AddonModuleXbmcplugin.cpp GENERATED += $(GENDIR)/AddonModuleXbmcaddon.cpp GENERATED += $(GENDIR)/AddonModuleXbmcvfs.cpp +GENERATED += $(GENDIR)/AddonModuleXbmcwsgi.cpp GENERATE_DEPS += $(TOPDIR)/xbmc/interfaces/legacy/*.h $(TOPDIR)/xbmc/interfaces/python/typemaps/*.intm $(TOPDIR)/xbmc/interfaces/python/typemaps/*.outtm |