summaryrefslogtreecommitdiffstats
path: root/GNUmakefile.am
blob: beeb2613b15f2b55700ae6cdace041e2b5c5be28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = \
	src

EXTRA_DIST = \
	autogen.sh

MAINTAINERCLEANFILES = \
	configure \
	config.h.in \
	GNUmakefile.in \
	aclocal.m4 \
	$(DIST_ARCHIVES)

maintainer-clean-local:
	-chmod -R a+rw $(distdir)
	-rm -fr $(distdir)