X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=3402551a9cbe2416226cbe944c9df8cd5e101e34;hb=5a9b988b853a48bcb6275cea6d62ad648ae4c65f;hp=9638883cb3a668cc05ff0c69c5d6515c775720b8;hpb=8580dd86c9e73a523cc2a78f10541b330598fa6a;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/Makefile.am b/Makefile.am index 9638883..3402551 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,19 +46,6 @@ check-torture: endif win32-update: - for f in gst/udp/gstudp-marshal.c \ - gst/udp/gstudp-marshal.h \ - gst/udp/gstudp-enumtypes.c \ - gst/udp/gstudp-enumtypes.h \ - gst/rtpmanager/gstrtpbin-marshal.c \ - gst/rtpmanager/gstrtpbin-marshal.h ; do \ - cp $(top_builddir)/$$f win32/common; done - $(top_srcdir)/common/gst-indent win32/common/gstudp-marshal.c - $(top_srcdir)/common/gst-indent win32/common/gstudp-marshal.c - $(top_srcdir)/common/gst-indent win32/common/gstudp-enumtypes.c - $(top_srcdir)/common/gst-indent win32/common/gstudp-enumtypes.c - $(top_srcdir)/common/gst-indent gst/rtpmanager/gstrtpbin-marshal.c - $(top_srcdir)/common/gst-indent gst/rtpmanager/gstrtpbin-marshal.c cp $(top_builddir)/win32/common/config.h-new \ $(top_srcdir)/win32/common/config.h @@ -69,6 +56,7 @@ include $(top_srcdir)/common/coverage/lcov.mak CRUFT_FILES = \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool \ + $(top_builddir)/gst/median/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/qtdemux/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/quicktime/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \ @@ -76,8 +64,10 @@ CRUFT_FILES = \ $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} CRUFT_DIRS = \ + $(top_srcdir)/gst/median \ $(top_srcdir)/gst/qtdemux \ - $(top_srcdir)/gst/quicktime + $(top_srcdir)/gst/quicktime \ + $(top_srcdir)/ext/annodex include $(top_srcdir)/common/cruft.mak