From 01a118181f8b56b54cc5fffcb5a027d41a7cb685 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 15 Jan 2006 14:12:12 +0000 Subject: ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non-standard prefix (#327009). Original commit message from CVS: * ext/esd/Makefile.am: Add $(ESD_CFLAGS), otherwise build will fail for folks with libesd in a non-standard prefix (#327009). --- ext/esd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/esd') diff --git a/ext/esd/Makefile.am b/ext/esd/Makefile.am index fd2ee4bc..f47e2480 100644 --- a/ext/esd/Makefile.am +++ b/ext/esd/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstesd.la libgstesd_la_SOURCES = esdsink.c gstesd.c #esdmon.c -libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) +libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(ESD_CFLAGS) libgstesd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ $(ESD_LIBS) libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit