summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-04-29 10:56:24 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-29 10:56:24 +0200
commit93b19d06b6e43d334eaa097fc6571922e1828a17 (patch)
tree9da0597b53689c93a4b84860f535c8586d985540 /gst
parenta31855d61808dfb4393c939fc42160ee765501b0 (diff)
downloadgstreamer-plugins-bad-93b19d06b6e43d334eaa097fc6571922e1828a17.tar.gz
aiff: Re-add noinst_HEADERS instruction
Was removed in the previous android cleanup commit
Diffstat (limited to 'gst')
-rw-r--r--gst/aiff/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/aiff/Makefile.am b/gst/aiff/Makefile.am
index 790a8c5a3..ebe42305c 100644
--- a/gst/aiff/Makefile.am
+++ b/gst/aiff/Makefile.am
@@ -1,5 +1,7 @@
plugin_LTLIBRARIES = libgstaiff.la
+noinst_HEADERS = aiffmux.h aiffparse.h
+
libgstaiff_la_SOURCES = aiff.c aiffmux.c aiffparse.c
libgstaiff_la_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) \