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