Now builds.
* Cut out all extraneous includes.
This commit is contained in:
+3
-4
@@ -3,7 +3,7 @@ AC_INIT([The Harriman-Peikoff Project], [0.00.000],
|
||||
[harikoff],
|
||||
[github.com/latentprion/harikoff])
|
||||
|
||||
AC_CONFIG_SRCDIR([corelogic/mind.cpp])
|
||||
AC_CONFIG_SRCDIR([hcore/mind.cpp])
|
||||
AC_CONFIG_AUX_DIR([autotools-aux])
|
||||
|
||||
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
|
||||
@@ -13,14 +13,13 @@ AC_PROG_CXX
|
||||
AC_PROG_RANLIB
|
||||
AM_PROG_AR
|
||||
|
||||
AM_CPPFLAGS=m4_normalize(["-I\"\$(abs_top_srcdir)/include\" \
|
||||
-I\"\$(abs_top_srcdir)/corelogic/include\""])
|
||||
AM_CPPFLAGS=m4_normalize(["-I\"\$(abs_top_srcdir)/include\""])
|
||||
|
||||
AC_SUBST([AM_CPPFLAGS])
|
||||
|
||||
AC_CONFIG_HEADERS([include/config.h])
|
||||
AC_CONFIG_FILES([
|
||||
Makefile corelogic/Makefile
|
||||
Makefile hcore/Makefile
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user