summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-01-10 11:52:20 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2011-01-10 11:52:20 +0000
commit7224f6d32a733acba17d1685f73330a237673f2b (patch)
tree3ed132d9e6887fe34184de2f569e0b5466fd53f8 /Makefile.am
parent285c3dc65cb2e1705389f07aa2b9f5c3357f798f (diff)
downloadclutter-gst-7224f6d32a733acba17d1685f73330a237673f2b.tar.gz
build: Introduce new targets to help making releases1.3.4
Copy what Clutter does and add two new Makefile targets (release-check and release-upload) that helps me making releases
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 78ad292..64c48c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,3 +28,5 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
configure depcomp install-sh ltmain.sh \
Makefile.in missing config.h.in
+
+include $(top_srcdir)/build/autotools/Makefile.am.release