diff options
author | montellese <montellese@xbmc.org> | 2014-05-13 21:31:41 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-05-14 19:18:44 +0200 |
commit | 1dbb70de6caf307d87aa61e21fe324bbb1709a39 (patch) | |
tree | 2835b003df6c28b08baa54f6d53f30ed231960fb /lib/libUPnP | |
parent | 570343d7aa2fe0c83bbe578e0c088d9cdb914650 (diff) |
platinum: enable logging
Diffstat (limited to 'lib/libUPnP')
-rw-r--r-- | lib/libUPnP/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libUPnP/Makefile.in b/lib/libUPnP/Makefile.in index e1f94622a0..e194a58527 100644 --- a/lib/libUPnP/Makefile.in +++ b/lib/libUPnP/Makefile.in @@ -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 |