[sword-svn] r3901 - trunk/utilities/diatheke

greg.hellings at crosswire.org greg.hellings at crosswire.org
Wed Jun 18 15:56:22 EDT 2025


Author: greg.hellings
Date: 2025-06-18 15:56:22 -0400 (Wed, 18 Jun 2025)
New Revision: 3901

Modified:
   trunk/utilities/diatheke/Makefile.am
Log:
Fix Diatheke paths

When cross-compiling, Diatheke builds need to know the full
set of paths to the includes for the bundled headers


Modified: trunk/utilities/diatheke/Makefile.am
===================================================================
--- trunk/utilities/diatheke/Makefile.am	2025-03-03 13:55:27 UTC (rev 3900)
+++ trunk/utilities/diatheke/Makefile.am	2025-06-18 19:56:22 UTC (rev 3901)
@@ -1,5 +1,8 @@
 AUTOMAKE_OPTIONS = 1.6
 
+if USE_INTERNAL_REGEX
+AM_CPPFLAGS = -I$(top_srcdir)/include/internal/regex
+endif
 LDADD = $(top_builddir)/lib/libsword.la
 
 bin_PROGRAMS = diatheke



More information about the sword-cvs mailing list