summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/real/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d81a1930..a9e5155a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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