summaryrefslogtreecommitdiffstats
path: root/gst/audioresample
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-08-24 17:21:49 +0000
committerChristian Schaller <uraeus@gnome.org>2005-08-24 17:21:49 +0000
commit260fedf65d9fe41b3af06fa8aa23129f74de7996 (patch)
tree1fc238f1381dfd0f523609443c14e7987a060f03 /gst/audioresample
parent1c416530e523a61aa40a91f875505caeedc8c41e (diff)
downloadgst-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
Diffstat (limited to 'gst/audioresample')
-rw-r--r--gst/audioresample/Makefile.am2
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 \