fix parsing of POLYP_SERVER environment variable

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@196 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-13 00:28:16 +00:00
parent b1ab6869fb
commit 1231598206
4 changed files with 12 additions and 6 deletions

View file

@ -63,6 +63,11 @@ polypinclude_HEADERS= \
sample.h \
glib-mainloop.h
### Warning! Due to an obscure bug in libtool/automake it is required
### that the libraries in modlib_LTLIBRARIES are specified in-order,
### i.e. libraries near the end of the list depend on libraries near
### the head, and not the other way!
modlib_LTLIBRARIES= \
libsocket-util.la \
libiochannel.la \