mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01: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
|
endif
|
||||||
|
|
||||||
if USE_GLIB2
|
if USE_GLIB2
|
||||||
GST_OBJECT_MODEL_SRC = gstmarshal.c gstmarshal.h
|
GST_OBJECT_MODEL_SRC = gstmarshal.c
|
||||||
|
GST_OBJECT_MODEL_HDR = gstmarshal.h
|
||||||
else
|
else
|
||||||
GST_OBJECT_MODEL_SRC = gobject2gtk.c gobject2gtk.h
|
GST_OBJECT_MODEL_SRC = gobject2gtk.c
|
||||||
|
GST_OBJECT_MODEL_HDR = gobject2gtk.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if GST_DISABLE_LOADSAVE
|
if GST_DISABLE_LOADSAVE
|
||||||
|
@ -151,6 +153,7 @@ libgstincludedir = $(includedir)/gst
|
||||||
libgstinclude_HEADERS = \
|
libgstinclude_HEADERS = \
|
||||||
cothreads.h \
|
cothreads.h \
|
||||||
gst.h \
|
gst.h \
|
||||||
|
$(GST_OBJECT_MODEL_HDR) \
|
||||||
gstobject.h \
|
gstobject.h \
|
||||||
gsttypes.h \
|
gsttypes.h \
|
||||||
gstautoplug.h \
|
gstautoplug.h \
|
||||||
|
|
Loading…
Reference in a new issue