aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac25
1 files changed, 25 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..3f0bb8f
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,25 @@
+# Process this file with autoconf to produce a configure script.
+AC_INIT(mbcrystal/matchbox/theme.xml)
+AM_INIT_AUTOMAKE(matchbox-themes-extra, 0.3)
+AM_CONFIG_HEADER(config.h)
+
+# Checks for programs.
+AC_PROG_INSTALL
+
+AC_OUTPUT([
+Makefile
+mbcrystal/Makefile
+mbcrystal/background/Makefile
+mbcrystal/gtk-2.0/Makefile
+mbcrystal/matchbox/Makefile
+mbcrystal/icons/Makefile
+Industrial/Makefile
+Industrial/matchbox/Makefile
+Industrial/icons/Makefile
+expose/Makefile
+expose/matchbox/Makefile
+expose/icons/Makefile
+expose/background/Makefile
+expose/gtk-2.0/Makefile
+expose/gtk-2.0/icons/Makefile
+])