From 1d9c067dd2422463789a450706960ecd608d5dd2 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 3 Feb 2022 22:50:15 -0600 Subject: [PATCH] Add top_builddir to include path in configure.ac https://github.com/Hamlib/Hamlib/issues/947 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 548c2b7e7..ef2ba34e1 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_SUBST([ABI_AGE]) AM_CPPFLAGS="${AM_CPPFLAGS} -DIN_HAMLIB" # Add Hamlib header include paths -AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_srcdir)/include -I\$(top_srcdir)/src -I\$(top_srcdir)/lib" +AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_srcdir)/include -I\$(top_srcdir)/src -I\$(top_srcdir)/lib -I\$(top_builddir)/include" ## --------------- ##