diff options
author | montellese <montellese@xbmc.org> | 2014-05-19 18:38:21 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-05-20 20:15:45 +0200 |
commit | ae48f9b6b94f75b427b6b67522b97cbd049730cd (patch) | |
tree | 2d79cd8cbc5c312313608b229909bd3917ca0458 /Makefile.include.in | |
parent | 80a073976f7287f34f0d6b31dea73333aa7df09e (diff) |
make sure NPT_CONFIG_ENABLE_LOGGING is defined
Diffstat (limited to 'Makefile.include.in')
-rw-r--r-- | Makefile.include.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.include.in b/Makefile.include.in index b409aec42b..6ee228abfe 100644 --- a/Makefile.include.in +++ b/Makefile.include.in @@ -53,6 +53,7 @@ DEFINES+= \ -DBIN_INSTALL_PATH="\"$(libdir)/xbmc\"" \ -DINSTALL_PATH="\"$(datarootdir)/xbmc\"" \ @SDL_DEFINES@ \ + @UPNP_DEFINES@ \ @DEFS@ \ ifeq ($(findstring osx,$(ARCH)), osx) |