mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
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:
parent
2f9ca83c94
commit
62ff66028c
2 changed files with 9 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue