And finish the move
authorRoss Burton <ross@openedhand.com>
Fri, 23 Jun 2006 10:42:29 +0000 (10:42 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 23 Jun 2006 10:42:29 +0000 (10:42 +0000)
Makefile.am [new file with mode: 0644]

diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..51e0a29
--- /dev/null
@@ -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