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

File: Nevrax / code / nelns / Makefile.am (download)
Revision 1.6, Tue Mar 19 17:42:48 2002 UTC (4 months ago) by valignat
Branch: MAIN
Changes since 1.5: +5 -5 lines
Applied patches which help to have a clen install on GNU/Linux and to make a Debian package (changes on the management of config and log files, bugfixes, etc ...)

#
# $Id: Makefile.am,v 1.6 2002/03/19 17:42:48 valignat Exp $
#

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

EXTRA_DIST           = acconfig.h services.dsw bootstrap doc

SUBDIRS              = login_service          \
                       naming_service         \
                       admin_executor_service \
                       admin_service          \
                       welcome_service

dist-hook:
        find $(distdir) -name CVS -print | xargs rm -fr

# End of Makefile.am