diff options
author | montellese <montellese@xbmc.org> | 2014-05-13 21:31:41 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-05-17 09:55:44 +0200 |
commit | 290644f4063539698fc27e0e8ba9b9c8a9f9f0b4 (patch) | |
tree | 5fa007b572e6a0323534c03fbd47fb08cc4a81e4 /lib/libUPnP | |
parent | 19863401ba591822bc1df58c8d804530e0bafc16 (diff) |
platinum: enable logging
Diffstat (limited to 'lib/libUPnP')
-rw-r--r-- | lib/libUPnP/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libUPnP/Makefile.in b/lib/libUPnP/Makefile.in index 03dfdd8542..75cc4485b2 100644 --- a/lib/libUPnP/Makefile.in +++ b/lib/libUPnP/Makefile.in @@ -99,6 +99,8 @@ endif INCLUDES=-I./Neptune/Source/Core -I./Platinum/Source/Core -I./Platinum/Source/Platinum -I./Platinum/Source/Devices/MediaConnect -I./Platinum/Source/Devices/MediaRenderer -I./Platinum/Source/Devices/MediaServer -I./Neptune/Source/System/Posix -I./Platinum/Source/Extras +CXXFLAGS+=-DNPT_CONFIG_ENABLE_LOGGING + LIB=libupnp.a include ../../Makefile.include |