aboutsummaryrefslogtreecommitdiff
path: root/lib/libUPnP
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@xbmc.org>2014-05-18 11:51:44 +1200
committerJonathan Marshall <jmarshall@xbmc.org>2014-05-18 11:51:44 +1200
commit567676456286a2dbe112971012ad66d2aa089773 (patch)
tree2d78b3a3edf5ca2f44ecd54ac6505e1d84db5642 /lib/libUPnP
parent7862d753d08cf2ff521f5aa3369dd82349f5fc15 (diff)
[osx] fix make build/build of tests
Diffstat (limited to 'lib/libUPnP')
-rw-r--r--lib/libUPnP/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libUPnP/Makefile.in b/lib/libUPnP/Makefile.in
index 75cc4485b2..843806cc61 100644
--- a/lib/libUPnP/Makefile.in
+++ b/lib/libUPnP/Makefile.in
@@ -89,6 +89,7 @@ ifeq ($(findstring osx,$(ARCH)),osx)
.SUFFIXES : .m .mm
SRCS+= Neptune/Source/System/Apple/NptAppleAutoreleasePool.mm
+SRCS+= Neptune/Source/System/Apple/NptAppleLogConfig.mm
SRCS+= Neptune/Source/System/Cocoa/NptCocoaEnviroment.mm
else