diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-28 13:26:31 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-28 13:26:31 +0000 |
commit | 7a36f3ea68406a19a2a22ed54784e9b0d6004dd0 (patch) | |
tree | 0fca93e690c7de7c94a7e0e799d4c5340ee413b3 /ext/audiofile | |
parent | 2825dabef273ac445dbc64e8717c9b535b35f402 (diff) | |
download | gstreamer-plugins-bad-7a36f3ea68406a19a2a22ed54784e9b0d6004dd0.tar.gz |
dist fix
Original commit message from CVS:
dist fix
Diffstat (limited to 'ext/audiofile')
-rw-r--r-- | ext/audiofile/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/audiofile/Makefile.am b/ext/audiofile/Makefile.am index 708e3ae5e..9bece9776 100644 --- a/ext/audiofile/Makefile.am +++ b/ext/audiofile/Makefile.am @@ -7,4 +7,4 @@ libgstaudiofile_la_CFLAGS = $(GST_CFLAGS) $(AUDIOFILE_CFLAGS) libgstaudiofile_la_LIBADD = $(AUDIOFILE_LIBS) libgstaudiofile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstafsink.h gstafsrc.h +noinst_HEADERS = gstafsink.h gstafsrc.h gstafparse.h |