diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/ivorbis/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-07-05 Tim-Philipp Müller <tim at centricular dot net> + + * ext/ivorbis/Makefile.am: + Dist header files. Fixes #454078. + 2007-07-05 Stefan Kost <ensonic@users.sf.net> * docs/plugins/Makefile.am: diff --git a/ext/ivorbis/Makefile.am b/ext/ivorbis/Makefile.am index ccf3f298..de6f2f45 100644 --- a/ext/ivorbis/Makefile.am +++ b/ext/ivorbis/Makefile.am @@ -9,3 +9,4 @@ libgstivorbis_la_LIBADD = $(IVORBIS_LIBS) \ -lgstaudio-@GST_MAJORMINOR@ libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +noinst_HEADERS = vorbisdec.h vorbisenc.h |