blob: b8a5a88d01ba5259c7b1d5fced20894ec5cebcbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $Id$
#
SUBDIRS = lib ncpd plpnfsd plpftp
EXTRA_DIST = COPYING README TODO INSTALL README.mjg include/*.h* etc/*magic etc/*.in
DISTCLEANFILES = etc/psion
AUTOMAKE_OPTIONS = foreign
#
# remove all intermediate files that can be recreated using
# Makefile.cvs
#
maintainer-clean-local:
rm -f configure aclocal.m4 config.guess config.sub Makefile.in \
install-sh ltconfig ltmain.sh missing mkinstalldirs
|