diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:15:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:15:13 +0000 |
commit | de688424811ba0b1a1395d7e0c1b62700b5521eb (patch) | |
tree | 91ceefb8cded7c92ff1cb210d3ef1fdbfc5460e8 /ext | |
parent | f9060cefcccafd219168b2caf4ac427e6e5750a6 (diff) | |
download | gst-plugins-bad-de688424811ba0b1a1395d7e0c1b62700b5521eb.tar.gz gst-plugins-bad-de688424811ba0b1a1395d7e0c1b62700b5521eb.tar.bz2 gst-plugins-bad-de688424811ba0b1a1395d7e0c1b62700b5521eb.zip |
distcheck fixes
Original commit message from CVS:
distcheck fixes
Diffstat (limited to 'ext')
-rw-r--r-- | ext/libfame/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libfame/Makefile.am b/ext/libfame/Makefile.am index a0b42a32..44597ff4 100644 --- a/ext/libfame/Makefile.am +++ b/ext/libfame/Makefile.am @@ -7,3 +7,4 @@ libgstlibfame_la_CFLAGS = $(GST_CFLAGS) libgstlibfame_la_LIBADD = $(LIBFAME_LIBS) libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +noinst_HEADERS=gstlibfame.h gstfamedec.h |