From f79f04f876445b52d64a20f2de6d28ddf910e702 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Fri, 3 Aug 2001 00:08:12 +0000 Subject: [PATCH] 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 --- gst/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gst/Makefile.am b/gst/Makefile.am index ceb4790..d0c5da1 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -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 \ -- 2.7.4