platinum: enable logging
authormontellese <montellese@xbmc.org>
Tue, 13 May 2014 19:31:41 +0000 (21:31 +0200)
committermontellese <montellese@xbmc.org>
Wed, 14 May 2014 17:18:44 +0000 (19:18 +0200)
lib/libUPnP/Makefile.in

index e1f9462..e194a58 100644 (file)
@@ -43,9 +43,11 @@ SRCS= Platinum/Source/Core/PltAction.cpp \
       Neptune/Source/Core/NptHash.cpp \
       Neptune/Source/Core/NptHttp.cpp \
       Neptune/Source/Core/NptList.cpp \
+      Neptune/Source/Core/NptLogging.cpp \
       Neptune/Source/Core/NptMessaging.cpp \
       Neptune/Source/Core/NptNetwork.cpp \
       Neptune/Source/Core/NptQueue.cpp \
+      Neptune/Source/Core/NptResults.cpp \
       Neptune/Source/Core/NptRingBuffer.cpp \
       Neptune/Source/Core/NptSimpleMessageQueue.cpp \
       Neptune/Source/Core/NptSockets.cpp \
@@ -89,6 +91,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