gst-args.m4: append gcov flags to CFLAGS instead of replacing them
[platform/upstream/gst-common.git] / release.mak
index afb0c8c..7fbf4ca 100644 (file)
@@ -1,12 +1,8 @@
 # include this snippet to add a common release: target by using
 # include $(top_srcdir)/common/release.mak
 
-# make bz2 as well
-AUTOMAKE_OPTIONS = dist-bzip2
-
 release: dist
-       $(MAKE) $(PACKAGE)-$(VERSION).tar.gz.md5
-       $(MAKE) $(PACKAGE)-$(VERSION).tar.bz2.md5
+       $(MAKE) $(PACKAGE)-$(VERSION).tar.xz.md5
 
 # generate md5 sum files
 %.md5: %
@@ -19,7 +15,7 @@ distcheck-hook:
        @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch] | grep -v win32`" && \
        test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
        ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
-          $(ECHO) "*** Make sure the following files are not disted:" && \
-          find $(distdir) -name \*-enumtypes.[ch] | grep -v win32 && \
-          find $(distdir) -name \*-marshal.[ch] && \
-          false )
+         $(ECHO) "*** Make sure the following files are not disted:" && \
+         find $(distdir) -name \*-enumtypes.[ch] | grep -v win32 && \
+         find $(distdir) -name \*-marshal.[ch] && \
+         false )