From 26e5396c6d73d31344f00e4c40e53d52643a83e8 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 7 Aug 2007 16:06:47 +0000 Subject: [PATCH] libs/gst/controller/Makefile.am: Dist gstlfocontrolsourceprivate.h Original commit message from CVS: * libs/gst/controller/Makefile.am: Dist gstlfocontrolsourceprivate.h --- ChangeLog | 5 +++++ libs/gst/controller/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 977edff..6f75994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-08-07 Jan Schmidt + * libs/gst/controller/Makefile.am: + Dist gstlfocontrolsourceprivate.h + +2007-08-07 Jan Schmidt + * docs/libs/gstreamer-libs.types: Don't register the enum type gst_lfo_waveform_get_type() in the .types file - only GObject derived types belong. diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am index 1c4a0f49..b2fbcb9 100644 --- a/libs/gst/controller/Makefile.am +++ b/libs/gst/controller/Makefile.am @@ -9,7 +9,8 @@ libgstcontroller_@GST_MAJORMINOR@_include_HEADERS = \ noinst_HEADERS = \ gstcontrollerprivate.h \ - gstinterpolationcontrolsourceprivate.h + gstinterpolationcontrolsourceprivate.h \ + gstlfocontrolsourceprivate.h libgstcontroller_@GST_MAJORMINOR@_la_SOURCES = \ lib.c \ -- 2.7.4