X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=83b16fe401686a1bd7d177d390bdcca2af7cf398;hb=9bb4c7413170367d15123bb8feeab08197b285d9;hp=aeefe9dbdae89320560dd205f0adc65ceeb83aa8;hpb=e2cd6ffafc11e8b1eb2d5ceb44766283c15884ff;p=platform%2Fupstream%2Fgstreamer.git diff --git a/Makefile.am b/Makefile.am index aeefe9d..83b16fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc # note: keep in sync with configure.ac ACLOCAL_AMFLAGS = -I m4 -I common/m4 @@ -31,11 +31,15 @@ DIST_SUBDIRS = pkgconfig \ include $(top_srcdir)/common/win32.mak EXTRA_DIST = \ - gstreamer.spec gstreamer.spec.in \ gst-element-check.m4 \ configure.ac autogen.sh depcomp \ MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \ scripts/gst-uninstalled \ + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/gstreamer-*" ) \ + gst/gstenumtypes.c.template gst/gstenumtypes.h.template \ + libs/gst/controller/controller_mkenum.py \ + meson_options.txt config.h.meson \ + gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in \ $(win32) CLEANFILES = gst-element-check-@GST_API_VERSION@.m4 @@ -105,16 +109,6 @@ build-checks: echo "'check' library not installed, skipping" endif -# FIXME: this target should be run every time we do "make release" -# find a way of automating that -win32-update: - for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \ - cp $(top_builddir)/gst/$$f win32/common; done - $(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c - $(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c - cp $(top_builddir)/win32/common/config.h-new \ - $(top_srcdir)/win32/common/config.h - check-enum-gettypes: $(top_builddir)/gst/gstenumtypes.h @echo 'Checking if all enum and flag _get_type() funcs are inited in gst_init()'; \ FUNCS=`grep '_get_type (' gst/gstenumtypes.h | sed -e 's/^.*gst_/gst_/' -e 's/_get_type.*$$/_get_type/'`;\ @@ -164,6 +158,7 @@ gst-element-check-@GST_API_VERSION@.m4: gst-element-check.m4 # cruft: plugins that have been merged or moved or renamed CRUFT_FILES = \ + $(top_builddir)/win32/common/config.h-new \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool \ $(top_builddir)/common/m4/codeset.m4 \