diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-07-05 22:28:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-07-05 22:28:04 +0000 |
commit | 4c612e655bc03ecb1da2f5f36233b824638356c5 (patch) | |
tree | 50f5360712dbd04ccf08d0bae45b4dcd203847c1 | |
parent | 59a213c6d92ae20c57df7dfe4b517ab756ea1a87 (diff) | |
download | gst-plugins-bad-4c612e655bc03ecb1da2f5f36233b824638356c5.tar.gz gst-plugins-bad-4c612e655bc03ecb1da2f5f36233b824638356c5.tar.bz2 gst-plugins-bad-4c612e655bc03ecb1da2f5f36233b824638356c5.zip |
ext/ivorbis/Makefile.am: Dist header files. Fixes #454078.
Original commit message from CVS:
* ext/ivorbis/Makefile.am:
Dist header files. Fixes #454078.
-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 |