mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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
This commit is contained in:
parent
9288479338
commit
b5a8815ec9
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue