[BACK] Return to Makefile.am CVS log [TXT][DIR] Up to Nevrax / code / nelns

File: Nevrax / code / nelns / Makefile.am (download)
Revision 1.1, Wed Apr 18 13:54:25 2001 UTC (14 months, 1 week ago) by valignat
Branch: MAIN
RENAMED code/server to code/nelns.

#
# $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