aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/snowballs/Makefile.am?rev=1.1&content-type=text/plain/index.html
blob: d30d0c948df08f60e5f4fd94e350dc2822b02dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $Id: Makefile.am,v 1.1 2001/04/17 13:00:32 valignat Exp $
#

MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
                       config.sub ltconfig aclocal.m4 config.h.in \
                       install-sh mkinstalldirs

SUBDIRS              = client server


dist-hook:
	cp -pr $(srcdir)/bootstrap $(distdir)


# End of Makefile.am