summaryrefslogtreecommitdiffstats
path: root/polyp/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-28 01:07:09 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-28 01:07:09 +0000
commitdb6dc13e683fbcdb40498f7d1e1e83eba520ac4d (patch)
tree7fade5a43a57c6030bb1bafc7e4f3cb314a93fa4 /polyp/Makefile.am
parent8580967062c79d49c35a24052f682533d1baa461 (diff)
* add variadic function pa_tagstruct_get() and pa_tagstruct_put() for parsing/constructing tagstruct records
* convert some of the tagstruct uses to this new API git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@466 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/Makefile.am')
-rw-r--r--polyp/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/Makefile.am b/polyp/Makefile.am
index ad9952a5..b24d5483 100644
--- a/polyp/Makefile.am
+++ b/polyp/Makefile.am
@@ -46,8 +46,8 @@ AM_CFLAGS = -I$(top_srcdir)
AM_CFLAGS += $(PTHREAD_CFLAGS) -D_POSIX_PTHREAD_SEMANTICS
AM_CFLAGS += $(LTDLINCL)
AM_CFLAGS += $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
-AM_CFLAGS += -DDLSEARCHPATH=\"$(modlibdir)\"
-#AM_CFLAGS += -DDLSEARCHPATH=\"$(shell pwd)\"
+#AM_CFLAGS += -DDLSEARCHPATH=\"$(modlibdir)\"
+AM_CFLAGS += -DDLSEARCHPATH=\"$(shell pwd)\"
AM_CFLAGS += -DDEFAULT_CONFIG_DIR=\"$(DEFAULT_CONFIG_DIR)\"
AM_CFLAGS += -DPOLYPAUDIO_BINARY=\"$(POLYPAUDIO_BINARY)\"