changing autonconfiguration to compile more examples and to create documentation
This commit is contained in:
parent
06dab1f914
commit
64cb3f19e1
2 changed files with 15 additions and 15 deletions
|
|
@ -5,11 +5,11 @@ AM_INIT_AUTOMAKE(eo)
|
||||||
|
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
||||||
#CXXFLAGS = -Wall -g
|
CXXFLAGS="-Wall -g"
|
||||||
|
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl add Makefiles that must be modified by the configuration here
|
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)
|
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)
|
||||||
|
|
|
||||||
Reference in a new issue