summaryrefslogtreecommitdiffstats
path: root/ext/flac/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-09-18 20:56:42 +0000
committerDavid Schleef <ds@schleef.org>2002-09-18 20:56:42 +0000
commit6d514674c5c530d636ebd6bb2b98f68aec013242 (patch)
tree40c181a9c0c261a824e4f84ea4d2ec5ca2837009 /ext/flac/Makefile.am
parent2ff64d483edbe24c8f940a779d57c8961e99d15e (diff)
Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
Original commit message from CVS: Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
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 31922cfa..01bfb3f2 100644
--- a/ext/flac/Makefile.am
+++ b/ext/flac/Makefile.am
@@ -7,4 +7,4 @@ libgstflac_la_CFLAGS = $(GST_CFLAGS)
libgstflac_la_LIBADD = $(FLAC_LIBS)
libgstflac_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-noinst_HEADERS = gstflacenc.h gstflacdec.h
+noinst_HEADERS = gstflacenc.h gstflacdec.h flac_compat.h