aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 2e24b32a9d56fed04030b4a3cabd9e1e216253d0 (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
26
27
28
29
# Process this file with autoconf to produce a configure script.
AC_INIT(mbcrystal/matchbox/theme.xml)
AM_INIT_AUTOMAKE(matchbox-themes-extra, 0.4)
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
Clearlooks/Makefile
Clearlooks/matchbox/Makefile
Clearlooks/icons/Makefile
Clearlooks/background/Makefile
])