mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
moved the object-model headers back to _HDR where they belong
Original commit message from CVS: moved the object-model headers back to _HDR where they belong
This commit is contained in:
parent
7ebfd17a5b
commit
f79f04f876
1 changed files with 5 additions and 2 deletions
|
@ -9,9 +9,11 @@ GSTARCH_SRCS =
|
|||
endif
|
||||
|
||||
if USE_GLIB2
|
||||
GST_OBJECT_MODEL_SRC = gstmarshal.c gstmarshal.h
|
||||
GST_OBJECT_MODEL_SRC = gstmarshal.c
|
||||
GST_OBJECT_MODEL_HDR = gstmarshal.h
|
||||
else
|
||||
GST_OBJECT_MODEL_SRC = gobject2gtk.c gobject2gtk.h
|
||||
GST_OBJECT_MODEL_SRC = gobject2gtk.c
|
||||
GST_OBJECT_MODEL_HDR = gobject2gtk.h
|
||||
endif
|
||||
|
||||
if GST_DISABLE_LOADSAVE
|
||||
|
@ -151,6 +153,7 @@ libgstincludedir = $(includedir)/gst
|
|||
libgstinclude_HEADERS = \
|
||||
cothreads.h \
|
||||
gst.h \
|
||||
$(GST_OBJECT_MODEL_HDR) \
|
||||
gstobject.h \
|
||||
gsttypes.h \
|
||||
gstautoplug.h \
|
||||
|
|
Loading…
Reference in a new issue