mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
Use AM_ICONV to determine what needs to be done for iconv support. (closes #19)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1012 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c32176b0ad
commit
519aa9b2ef
3 changed files with 12 additions and 7 deletions
|
|
@ -420,7 +420,7 @@ endif
|
|||
|
||||
libpolyp_la_CFLAGS = $(AM_CFLAGS)
|
||||
libpolyp_la_LDFLAGS = -version-info $(LIBPOLYP_VERSION_INFO)
|
||||
libpolyp_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS)
|
||||
libpolyp_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS) $(LIBICONV)
|
||||
|
||||
if HAVE_X11
|
||||
libpolyp_la_CFLAGS += $(X_CFLAGS)
|
||||
|
|
@ -587,7 +587,7 @@ endif
|
|||
|
||||
libpolypcore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS)
|
||||
libpolypcore_la_LDFLAGS = -version-info $(LIBPOLYPCORE_VERSION_INFO)
|
||||
libpolypcore_la_LIBADD = $(AM_LIBADD) $(LIBLTDL) $(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(WINSOCK_LIBS) $(LIBOIL_LIBS)
|
||||
libpolypcore_la_LIBADD = $(AM_LIBADD) $(LIBLTDL) $(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(WINSOCK_LIBS) $(LIBOIL_LIBS) $(LIBICONV)
|
||||
|
||||
###################################
|
||||
# Plug-in support libraries #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue