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
This commit is contained in:
Thomas Vander Stichele 2006-07-13 13:57:33 +00:00
parent 2f9ca83c94
commit 62ff66028c
2 changed files with 9 additions and 1 deletions

View file

@ -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):

View 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 \