1AUTOMAKE_OPTIONS = 1.7
2
3DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
4
5SUBDIRS = libgnomecanvas glade demos po docs
6
7if USE_GLADE
8SUBDIRS += tests
9endif
10
11EXTRA_DIST = \
12	COPYING.LIB		\
13	NEWS			\
14	intltool-extract.in	\
15	intltool-merge.in	\
16	intltool-update.in	\
17	libgnomecanvas-zip.in
18
19DISTCLEANFILES = \
20	intltool-extract \
21	intltool-merge \
22	intltool-update
23