From: Colin Guthrie Date: Sun, 11 May 2008 12:20:14 +0000 (+0000) Subject: Add more libraries to librtp now that it's doing a lot more. X-Git-Tag: submit/2.0-panda/20130828.192557~2586^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=264a1c2ffc3b38fd88421c7d7ad9ebbab6b7e1bb;p=profile%2Fivi%2Fpulseaudio-panda.git Add more libraries to librtp now that it's doing a lot more. This currently hacks in -lssl rather than writing a configure hook to detect it as I want to replace this with nss before official release. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2397 fefdeb5f-60dc-0310-8127-8f9354f1896f --- diff --git a/src/Makefile.am b/src/Makefile.am index 9197920..5a9b902 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1013,7 +1013,7 @@ librtp_la_SOURCES = \ modules/rtp/headerlist.c modules/rtp/headerlist.h \ modules/rtp/base64.c modules/rtp/base64.h librtp_la_LDFLAGS = -avoid-version -librtp_la_LIBADD = $(AM_LIBADD) libpulsecore.la +librtp_la_LIBADD = $(AM_LIBADD) libsocket-util.la libiochannel.la libsocket-client.la libioline.la libpulsecore.la -lssl # X11