From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../plain&rev=1.1&sortby=author | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author (limited to 'cvs/cvsweb.cgi/~checkout~/code/nelns/Makefile.am?content-type=text/plain&rev=1.1&sortby=author') 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 + -- cgit v1.2.1