aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 3f0bb8f1bf981b11f30bfe8a3eb4dde8ea71b8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
])