diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 14:44:42 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 14:44:42 +0000 |
commit | 064c9ec30c8e95d572326edacf45cbeede71372c (patch) | |
tree | 44ac09010be12799aa09076039e01b822b4a4ae4 /ext | |
parent | 6192403ffaf723a6190b03ca44c28a9f69ebbf7a (diff) | |
download | gst-plugins-bad-064c9ec30c8e95d572326edacf45cbeede71372c.tar.gz gst-plugins-bad-064c9ec30c8e95d572326edacf45cbeede71372c.tar.bz2 gst-plugins-bad-064c9ec30c8e95d572326edacf45cbeede71372c.zip |
fixing make distcheck
Original commit message from CVS:
fixing make distcheck
Diffstat (limited to 'ext')
-rw-r--r-- | ext/tarkin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tarkin/Makefile.am b/ext/tarkin/Makefile.am index 86acce1f..3c949992 100644 --- a/ext/tarkin/Makefile.am +++ b/ext/tarkin/Makefile.am @@ -12,4 +12,4 @@ libgsttarkin_la_CFLAGS = $(GST_CFLAGS) $(VORBIS_CFLAGS) -DTYPE_BITS=10 -DTYPE=in libgsttarkin_la_LIBADD = $(GST_LIBS) $(VORBIS_LIBS) $(VORBISENC_LIBS) libgsttarkin_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ -noinst_HEADERS = gsttarkinenc.h +noinst_HEADERS = gsttarkinenc.h mem.h tarkin.h yuv.h wavelet.h |