diff --git a/ChangeLog b/ChangeLog index 0ffc78893e..1165520cfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-13 Thomas Vander Stichele + + * gst/Makefile.am: + do not install a .c file in the header directory + 2006-07-13 Edward Hervey * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked): diff --git a/gst/Makefile.am b/gst/Makefile.am index eb3c69e4d1..8ab3ff0316 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -70,6 +70,10 @@ built_source_make = $(GST_ENUMTYPES_SRC) gstmarshal.c EXTRA_libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \ gstmarshal.list gstxml.c gstparse.c gsttrace.c gstregistryxml.c + +# temporarily not used +# glib-compat.c + libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \ gst.c \ gstobject.c \ @@ -148,7 +152,6 @@ libgstreamer_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINO gst_headers = \ gst.h \ - glib-compat.c \ glib-compat.h \ gstobject.h \ gstbin.h \