diff --git a/ChangeLog b/ChangeLog index 77cf28e85b..144cee0b28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-18 Sebastian Dröge + + * gst-libs/gst/interfaces/Makefile.am: + interfaces.h is not used anymore so remove it from the build + process. + 2007-12-17 David Schleef * gst/videotestsrc/gstvideotestsrc.c: diff --git a/common b/common index 67b8f4e3c5..b8d5e34c0e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e +Subproject commit b8d5e34c0e3a0d87e9a4bbc82fedbb99e37b056d diff --git a/gst-libs/gst/interfaces/Makefile.am b/gst-libs/gst/interfaces/Makefile.am index 178ed7150f..eb6e80eeda 100644 --- a/gst-libs/gst/interfaces/Makefile.am +++ b/gst-libs/gst/interfaces/Makefile.am @@ -35,8 +35,6 @@ libgstinterfacesinclude_HEADERS = \ nodist_libgstinterfacesinclude_HEADERS = \ interfaces-enumtypes.h -noinst_HEADERS = interfaces.h - libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = \ colorbalance.c \ colorbalancechannel.c \