diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-08-27 19:06:29 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-08-27 19:06:29 +0000 |
commit | 9618aea5df5bf2c5069575f28a935c2039fc55e0 (patch) | |
tree | 0648ad22fd1bce40aa574382173f4980e51f054d /polyp | |
parent | 8c887ab8020ca45ad1781bff928908562bdecada (diff) |
fix module path
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@162 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp')
-rw-r--r-- | polyp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/Makefile.am b/polyp/Makefile.am index 8acbc012..31bfbdee 100644 --- a/polyp/Makefile.am +++ b/polyp/Makefile.am @@ -18,7 +18,7 @@ # USA. AM_CFLAGS=-D_GNU_SOURCE -I$(top_srcdir) $(PTHREAD_CFLAGS) -#AM_CFLAGS+= -DDLSEARCHDIR=\"$(pkglibdir)\" +AM_CFLAGS+= -DDLSEARCHDIR=\"$(pkglibdir)\" AM_LDADD=$(PTHREAD_LIBS) AM_LIBADD=$(PTHREAD_LIBS) |