X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2FMakefile.am;h=c6afbb1f698f2e02eaf2682d3af17f1e6bef9356;hb=803ce6bf4884d8e5a0a16899ec0ad7d6757749e3;hp=77a38aba8199f979aa17e28edcdd792a951e956b;hpb=30438fd472b634da9a649b78efe6063dcb695c21;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/Makefile.am b/gst/Makefile.am index 77a38ab..c6afbb1f 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -134,7 +134,7 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \ $(GST_LOADSAVE_SRC) -BUILT_SOURCES = gstmarshal.h gstmarshal.c gstenumtypes.h $(GST_ENUMTYPES_SRC) +BUILT_SOURCES = gstversion.h gstconfig.h gstmarshal.h gstmarshal.c gstenumtypes.h $(GST_ENUMTYPES_SRC) libgstreamer_@GST_MAJORMINOR@_la_CFLAGS = -D_GNU_SOURCE \ $(GST_CFLAGS) \ @@ -150,7 +150,6 @@ libgstreamer_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINO gst_headers = \ gst.h \ gstatomic.h \ - gstconfig.h \ gstobject.h \ gsttypes.h \ gstautoplug.h \ @@ -195,6 +194,7 @@ gst_headers = \ gstxml.h built_headers = \ + gstconfig.h \ gstversion.h \ gstmarshal.h \ gstenumtypes.h