diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-08-24 17:21:49 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-08-24 17:21:49 +0000 |
commit | 260fedf65d9fe41b3af06fa8aa23129f74de7996 (patch) | |
tree | 1fc238f1381dfd0f523609443c14e7987a060f03 | |
parent | 1c416530e523a61aa40a91f875505caeedc8c41e (diff) | |
download | gst-plugins-bad-260fedf65d9fe41b3af06fa8aa23129f74de7996.tar.gz gst-plugins-bad-260fedf65d9fe41b3af06fa8aa23129f74de7996.tar.bz2 gst-plugins-bad-260fedf65d9fe41b3af06fa8aa23129f74de7996.zip |
fix broken header setup in Makefile.am
Original commit message from CVS:
fix broken header setup in Makefile.am
-rw-r--r-- | gst/audioresample/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/Makefile.am b/gst/audioresample/Makefile.am index 14b8d002..c3e8766e 100644 --- a/gst/audioresample/Makefile.am +++ b/gst/audioresample/Makefile.am @@ -10,7 +10,7 @@ resample_SOURCES = \ debug.c \ buffer.c -noinst_HEADERS = +noinst_HEADERS = \ gstaudioresample.h \ functable.h \ debug.h \ |