summaryrefslogtreecommitdiffstats
path: root/ext/flac/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-08 23:41:53 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-08 23:41:53 +0000
commit9c305432a4791dd004c7d5ee461c8650f5d8a4a6 (patch)
tree20dd027ef02edff9b2d23f7c4868695130841185 /ext/flac/Makefile.am
parent78f8b4f6132843e4103cf2e29eac93744e9a8c3c (diff)
distcheck fixes
Original commit message from CVS: distcheck fixes
Diffstat (limited to 'ext/flac/Makefile.am')
-rw-r--r--ext/flac/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/Makefile.am b/ext/flac/Makefile.am
index 8be42015..be66e70b 100644
--- a/ext/flac/Makefile.am
+++ b/ext/flac/Makefile.am
@@ -2,7 +2,7 @@
plugin_LTLIBRARIES = libgstflac.la
libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c gstflactag.c
-libgstflac_la_CFLAGS = $(GST_CFLAGS)
+libgstflac_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)
libgstflac_la_LIBADD = $(FLAC_LIBS)
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)