diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-07-25 18:10:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-07-25 18:10:04 +0000 |
commit | 58791b4e6feeacd9608757b8de8f1e5d378d51a0 (patch) | |
tree | 7d7068a4948c9fc2c32e50637a5ef0c9baf946cc | |
parent | 954ce759ef32d331cac4704bc607203b52b493e4 (diff) | |
download | gst-plugins-bad-58791b4e6feeacd9608757b8de8f1e5d378d51a0.tar.gz gst-plugins-bad-58791b4e6feeacd9608757b8de8f1e5d378d51a0.tar.bz2 gst-plugins-bad-58791b4e6feeacd9608757b8de8f1e5d378d51a0.zip |
gst/real/Makefile.am: And dist the new header file too.
Original commit message from CVS:
* gst/real/Makefile.am:
And dist the new header file too.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/real/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-07-25 Tim-Philipp Müller <tim at centricular dot net> + * gst/real/Makefile.am: + And dist the new header file too. + +2007-07-25 Tim-Philipp Müller <tim at centricular dot net> + * gst/real/gstreal.h: Add missing header file. diff --git a/gst/real/Makefile.am b/gst/real/Makefile.am index d49e3637..29ba0d4c 100644 --- a/gst/real/Makefile.am +++ b/gst/real/Makefile.am @@ -15,5 +15,6 @@ libgstreal_la_LIBADD = \ libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ + gstreal.h \ gstrealvideodec.h \ gstrealaudiodec.h |