Apply __TIZEN__ definition in spec file
[platform/upstream/gst-plugins-good.git] / Makefile.am
index c88d1bf..a10917a 100644 (file)
@@ -1,9 +1,8 @@
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc
 
 ALWAYS_SUBDIRS =               \
        gst sys ext             \
        tests                   \
-       docs                    \
        po                      \
        common                  \
        m4                      \
@@ -18,7 +17,7 @@ EXTRA_DIST = \
        AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
        ChangeLog gst-plugins-good.doap autogen.sh \
        $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
-       meson_options.txt config.h.meson
+       meson_options.txt
 
 DISTCLEANFILES = _stdint.h
 
@@ -65,14 +64,17 @@ CRUFT_FILES = \
        $(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
        $(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
        $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} \
-       $(top_builddir)/sys/oss4/.libs/libgstoss4audio.so
+       $(top_builddir)/sys/directsound/.libs/libgstdirectsoundsink.{dll,DLL} \
+       $(top_builddir)/sys/oss4/.libs/libgstoss4audio.so \
+       $(top_builddir)/sys/waveform/.libs/libgstwaveformsink.{dll,DLL}
 
 CRUFT_DIRS = \
        $(top_srcdir)/docs/plugins/tmpl \
        $(top_srcdir)/gst/median \
        $(top_srcdir)/gst/qtdemux \
        $(top_srcdir)/gst/quicktime \
-       $(top_srcdir)/ext/annodex
+       $(top_srcdir)/ext/annodex \
+       $(top_srcdir)/tests/examples/pulse
 
 include $(top_srcdir)/common/cruft.mak