aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?rev=1.2&content-type=text/plain&sortby=date/index.html
blob: 274cde8d905dfb3ff48ba27f4f86141afc2e95d9 (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
#
# $Id: Makefile.am,v 1.2 2001/05/02 12:36:39 lecroart 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 \
                       admin_service          \
                       welcome_service        \


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


# End of Makefile.am