From 62ff66028ce93267b10dfbff860b9416b2f5f95c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 13 Jul 2006 13:57:33 +0000 Subject: [PATCH] gst/Makefile.am: do not install a .c file in the header directory Original commit message from CVS: * gst/Makefile.am: do not install a .c file in the header directory --- ChangeLog | 5 +++++ gst/Makefile.am | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ffc788..1165520 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 eb3c69e..8ab3ff0 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 \ -- 2.7.4