aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author
blob: 8515a7afb7dbeb5c3567ac4ce74f931d7b6495f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# $Id: Makefile.am,v 1.1 2001/04/18 13:54:25 valignat Exp $
#

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

SUBDIRS              = login_service          \
                       log_service            \
                       naming_service         \
                       time_service           \
                       agent_service          \
                       admin_executor_service


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


# End of Makefile.am