aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author22
1 files changed, 22 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author b/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author
new file mode 100644
index 00000000..8515a7af
--- /dev/null
+++ b/cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author
@@ -0,0 +1,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
+