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

File: Nevrax / code / nelns / Makefile.am (download)
Revision 1.4, Mon Jun 18 14:04:46 2001 UTC (12 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.3: +2 -3 lines
REMOVED the agnet_service from NELNS compilatiom/install process.

#
# $Id: Makefile.am,v 1.4 2001/06/18 14:04:46 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           \
                       admin_executor_service \
                       admin_service          \
                       welcome_service


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


# End of Makefile.am