From 2b8420348aec2dbb58f842f6c13b70f1f3bed60c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 23 Jun 2006 10:42:29 +0000 Subject: [PATCH] And finish the move --- Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Makefile.am diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 000000000..51e0a29cf --- /dev/null +++ b/Makefile.am @@ -0,0 +1,24 @@ +SUBDIRS=clutter bindings doc examples + +if ENABLE_GTK +SUBDIRS += gtk +endif + +pcfiles = clutter-@CLUTTER_MAJORMINOR@.pc + +%-@CLUTTER_MAJORMINOR@.pc: %.pc + cp $< $@ + +pkgconfig_DATA = $(pcfiles) +pkgconfigdir = $(libdir)/pkgconfig + +EXTRA_DIST = clutter.pc.in + +CLEANFILES = $(pcfiles) + +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-python --enable-gtk + +# Extra clean files so that maintainer-clean removes *everything* +MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \ + configure depcomp install-sh ltmain.sh \ + Makefile.in missing config.h.in