blob: 26e711824b78fad1d15d561fe176ee4ff8db4032 (
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
|
SUBDIRS = src data test po
include $(top_srcdir)/Makefile.am.coverage
DISTCLEANFILES = \
INSTALL \
Makefile.in \
aclocal.m4 \
compile \
configure \
config.h.in \
config.h \
config.sub \
config.guess \
depcomp \
install-sh \
ltmain.sh \
missing \
m4/intltool.m4 \
m4/libtool.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \
m4/ltversion.m4 \
m4/lt~obsolete.m4 \
po/Makefile.in.in
|