New source tree.
[cacao.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # $Id: Makefile.am 1621 2004-11-30 13:06:55Z twisti $
4
5 MAINTAINERCLEANFILES = Makefile.in configure
6
7 SUBDIRS = doc src tests
8
9 EXTRA_DIST = \
10         html/cacaoinstall.html \
11         html/cacaoman.html \
12         html/index.html
13
14
15 ## Local variables:
16 ## mode: Makefile
17 ## indent-tabs-mode: t
18 ## c-basic-offset: 4
19 ## tab-width: 8
20 ## compile-command: "automake --add-missing"
21 ## End: