diff options
-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 |