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

Diff for /code/nelns/Makefile.am between version 1.5 and 1.6

version 1.5, 2001/10/22 10:35:49 version 1.6, 2002/03/19 17:42:48
Line 6 
Line 6 
                        config.sub ltconfig aclocal.m4 config.h.in \                        config.sub ltconfig aclocal.m4 config.h.in \
                        install-sh mkinstalldirs                        install-sh mkinstalldirs
  
  EXTRA_DIST           = acconfig.h services.dsw bootstrap doc
  
 SUBDIRS              = login_service          \ SUBDIRS              = login_service          \
                        naming_service         \                        naming_service         \
                        admin_executor_service \                        admin_executor_service \
                        admin_service          \                        admin_service          \
                        welcome_service                        welcome_service
  
  
 dist-hook: dist-hook:
         cp -pr $(srcdir)/bootstrap $(distdir)         find $(distdir) -name CVS -print | xargs rm -fr
  
  
 # End of Makefile.am # End of Makefile.am
  


Legend:
Removed from v.1.5 
changed lines
 Added in v.1.6