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:
Erik Walthinsen 2001-08-03 00:08:12 +00:00
parent 7ebfd17a5b
commit f79f04f876

View file

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