X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=a10917acc69d93452c89d4719521341f02d2879f;hb=8a2ce42043017b518dfead851afcc4e99923e607;hp=c88d1bf0c3dad19b03af137f74fcd9b09fb21064;hpb=91080c4804269abd6130585e78d7dacd8633d469;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/Makefile.am b/Makefile.am index c88d1bf..a10917a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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