Build: Use relative paths for includes

This commit is contained in:
2025-01-05 07:47:38 -04:00
parent 812787b27f
commit 52b6d72132
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
SUBDIRS = hcore
AM_CPPFLAGS+= -I"$(abs_srcdir)/hcore/include"
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
bin_PROGRAMS = harikoff
harikoff_SOURCES = main.cpp
+1 -1
View File
@@ -36,7 +36,7 @@ AC_PROG_CXX
AC_PROG_RANLIB
AM_PROG_AR
AM_CPPFLAGS=m4_normalize(["-I\"\$(abs_top_srcdir)/include\""])
AM_CPPFLAGS=m4_normalize(["-I\"\$(top_srcdir)/include\""])
AC_SUBST([AM_CPPFLAGS])
+1 -1
View File
@@ -1,4 +1,4 @@
AM_CPPFLAGS+= -I"$(abs_top_srcdir)/hcore/include"
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
noinst_LIBRARIES = libhcore.a
libhcore_a_SOURCES = mind.cpp