Revision: 46099
http://sourceforge.net/p/vice-emu/code/46099
Author: gpz
Date: 2026-05-11 13:25:10 +0000 (Mon, 11 May 2026)
Log Message:
-----------
configure fix provided by leandro
Modified Paths:
--------------
trunk/vice/configure.ac
Modified: trunk/vice/configure.ac
===================================================================
--- trunk/vice/configure.ac 2026-05-10 17:53:30 UTC (rev 46098)
+++ trunk/vice/configure.ac 2026-05-11 13:25:10 UTC (rev 46099)
@@ -2051,7 +2051,7 @@
AX_SUBDIRS_CONFIGURE([src/lib/libresidfp], [--disable-option-checking])
RESIDFP_DIR=lib/libresidfp
RESIDFP_LIBS="\$(top_builddir)/src/lib/libresidfp/libresidfp.a"
- RESIDFP_INCLUDES="-I\$(top_builddir)/src/lib/libresidfp"
+ RESIDFP_INCLUDES="-I\$(top_srcdir)/src/lib/libresidfp -I\$(top_builddir)/src/lib/libresidfp/src"
RESIDFP_DEP=libresidfp
RESIDFPSUB=lib/libresidfp
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|