Changes mostly to Makefile.ams here and there, to be able to do a clean distribution

This commit is contained in:
jmerelo 2000-08-03 17:15:42 +00:00
commit a758eb1bd2
5 changed files with 6 additions and 28 deletions

View file

@ -12,4 +12,4 @@ AM_PROG_LIBTOOL
AM_MAINTAINER_MODE
dnl add Makefiles that must be modified by the configuration here
AC_OUTPUT(Makefile src/Makefile src/es/Makefile src/ga/Makefile src/gp/Makefile src/obsolete/Makefile src/other/Makefile src/utils/Makefile test/Makefile win/Makefile doc/Makefile)
AC_OUTPUT(Makefile src/Makefile src/es/Makefile src/ga/Makefile src/gp/Makefile src/obsolete/Makefile src/other/Makefile src/utils/Makefile test/Makefile win/Makefile doc/Makefile contrib/Makefile)