summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-06-13 10:53:49 +0000
committerPierre Ossman <ossman@cendio.se>2006-06-13 10:53:49 +0000
commitb5a8815ec96708426f3a2c81629355660cea376a (patch)
tree834b51fbf2f77fc24a0e61ab2dcbb45c94924443 /src
parent928847933891f1d47b87b66299d5d2b241107c48 (diff)
Make sure our inet_ntop() implementation gets linked into the new users.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1015 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a98ea697..2dc2c663 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -382,6 +382,7 @@ libpolyp_la_SOURCES += \
polypcore/gccmacro.h \
polypcore/hashmap.c polypcore/hashmap.h \
polypcore/idxset.c polypcore/idxset.h \
+ polypcore/inet_ntop.c polypcore/inet_ntop.h \
polypcore/iochannel.c polypcore/iochannel.h \
polypcore/llist.h \
polypcore/log.c polypcore/log.h \
@@ -741,7 +742,9 @@ libauthkey_prop_la_SOURCES = polypcore/authkey-prop.c polypcore/authkey-prop.h
libauthkey_prop_la_LDFLAGS = -avoid-version
libauthkey_prop_la_LIBADD = $(AM_LIBADD) libpolypcore.la
-libsocket_util_la_SOURCES = polypcore/socket-util.c polypcore/socket-util.h
+libsocket_util_la_SOURCES = \
+ polypcore/inet_ntop.c polypcor/inet_ntop.h \
+ polypcore/socket-util.c polypcore/socket-util.h
libsocket_util_la_LDFLAGS = -avoid-version
libsocket_util_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS) libpolypcore.la