X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2FMakefile.am;h=1ca0765a476d5ae2173617e4bbda8dc6ffac2d3f;hb=a143d9cb0caee85bbe0c5e8b86e9f05918153c9d;hp=b74d047d885caeb184838d91f4bc41ae9cdf4293;hpb=92d3246f769c44ba1a5241a3b1febf2881aad022;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/Makefile.am b/gst/Makefile.am index b74d047..1ca0765 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -96,6 +96,7 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \ gstquery.c \ gstregistry.c \ gstregistrychunks.c \ + gstpromise.c \ gstsample.c \ gstsegment.c \ gststreamcollection.c \ @@ -135,7 +136,7 @@ DISTCLEANFILES = $(built_headers_configure) libgstreamer_@GST_API_VERSION@_la_CFLAGS = \ -D_GNU_SOURCE \ - -DGST_EXPORTS \ + -DBUILDING_GST \ -DG_LOG_DOMAIN=g_log_domain_gstreamer \ -DGST_API_VERSION=\""$(GST_API_VERSION)"\" \ -DGST_DISABLE_DEPRECATED \ @@ -209,6 +210,7 @@ gst_headers = \ gstpreset.h \ gstprotection.h \ gstquery.h \ + gstpromise.h \ gstsample.h \ gstsegment.h \ gststreamcollection.h \ @@ -254,7 +256,7 @@ gstenumtypes.h: $(gst_headers) $(AM_V_GEN)$(GLIB_MKENUMS) \ --fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include \n#include \n\nG_BEGIN_DECLS\n" \ --fprod "\n/* enumerations from \"@filename@\" */\n" \ - --vhead "GST_EXPORT GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ + --vhead "GST_API GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __GST_ENUM_TYPES_H__ */" \ $^ > gstenumtypes.h