]> git.sur5r.net Git - glabels/blob - Makefile.am
Removed 3rd-party libraries
[glabels] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = \
4         po \
5         libglabels \
6         src \
7         data \
8         templates \
9         help \
10         docs
11
12 EXTRA_DIST = \
13         README \
14         COPYING \
15         COPYING-DOCS \
16         COPYING-LIBGLABELS \
17         COPYING-TEMPLATES \
18         AUTHORS \
19         ChangeLog \
20         INSTALL \
21         NEWS \
22         TODO \
23         intltool-extract.in \
24         intltool-merge.in \
25         intltool-update.in \
26         gnome-doc-utils.make \
27         glabels.spec.in \
28         glabels.spec \
29         MESSAGE-OF-DOOM
30
31 DISTCLEANFILES = gnome-doc-utils.make
32
33 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
34