gst/Makefile.am: do not install a .c file in the header directory
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 13 Jul 2006 13:57:33 +0000 (13:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 13 Jul 2006 13:57:33 +0000 (13:57 +0000)
Original commit message from CVS:
* gst/Makefile.am:
do not install a .c file in the header directory

ChangeLog
gst/Makefile.am

index 0ffc788..1165520 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/Makefile.am:
+         do not install a .c file in the header directory
+
 2006-07-13  Edward Hervey  <edward@fluendo.com>
 
        * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked):
index eb3c69e..8ab3ff0 100644 (file)
@@ -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                \