From ca0a8f4d6cc24707bc07c3013bff321e2f0c24fd Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 13 Jan 2012 23:18:04 +0100 Subject: initial import from Mate-Extra repo --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1ba7536 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,12 @@ +SUBDIRS = src examples + +if ENABLE_GTK_DOC +SUBDIRS += docs +endif + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = caja-python.pc + +EXTRA_DIST = caja-python.pc.in + +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc -- cgit v1.2.1