summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 2 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index 89b6441a..7524fdeb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,21 +40,8 @@ EXTRA_DIST=gst-plugins.spec depcomp \
DISTCLEANFILES=_stdint.h
-# to do a release, run "make release"
-# this will generate all archives and md5sums
-
-# make bz2 as well
-AUTOMAKE_OPTIONS = dist-bzip2
-
-release: dist
- make @PACKAGE@-@VERSION@.tar.gz.md5
- make @PACKAGE@-@VERSION@.tar.bz2.md5
-
-# generate md5 sum files
-%.md5: %
- md5sum $< > $@
-
-
dist-hook:
rm -rf `find $(distdir)/common -name CVS`
rm -rf `find $(distdir)/m4 -name CVS`
+
+include $(top_srcdir)/common/release.mak