Added new files to the brew, mainly distance and new-op-interface related
This commit is contained in:
parent
472898871c
commit
7db1492943
40 changed files with 2490 additions and 992 deletions
|
|
@ -1,6 +1,7 @@
|
|||
AC_INIT(src/eo)
|
||||
|
||||
AM_INIT_AUTOMAKE(eo, 0.0.8)
|
||||
dnl Change the version number here
|
||||
AM_INIT_AUTOMAKE(eo)
|
||||
|
||||
AC_PROG_CXX
|
||||
|
||||
|
|
@ -10,4 +11,5 @@ AM_PROG_LIBTOOL
|
|||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
dnl add Makefiles that must be modified by the configuration here
|
||||
AC_OUTPUT(Makefile src/Makefile test/Makefile win/Makefile)
|
||||
|
|
|
|||
Reference in a new issue