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

File: Nevrax / code / nelns / Makefile.am (download)
Revision 1.5, Mon Oct 22 10:35:49 2001 UTC (8 months ago) by lecroart
Branch: MAIN
Changes since 1.4: +1 -3 lines
REMOVED: deprecated services and put in an archive directory in test/network/deprecated

#
# $Id: Makefile.am,v 1.5 2001/10/22 10:35:49 lecroart Exp $
#

MAINTAINERCLEANFILES = Makefile.in configure config.guess missing \
                       config.sub ltconfig aclocal.m4 config.h.in \
                       install-sh mkinstalldirs

SUBDIRS              = login_service          \
                       naming_service         \
                       admin_executor_service \
                       admin_service          \
                       welcome_service


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


# End of Makefile.am