tcurses_client: add -I$(top_srcdir)/src/src - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 69a2cd903e087714757e3f8f39443b09ce0518c4
(DIR) parent 6258f4ebe9d257d980c179b4ad68c31531310ea5
(HTM) Author: Henrik Grimler <henrik@grimler.se>
Date: Sat, 13 Feb 2021 15:34:58 +0100
curses_client: add -I$(top_srcdir)/src/src
Otherwise it cannot find configfile.h when doing out of source builds.
Diffstat:
M src/curses_client/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/curses_client/Makefile.am b/src/curses_client/Makefile.am
t@@ -1,4 +1,4 @@
noinst_LIBRARIES = libcursesclient.a
libcursesclient_a_SOURCES = curses_client.c curses_client.h
-AM_CPPFLAGS= -I${srcdir} @GLIB_CFLAGS@
+AM_CPPFLAGS= -I${srcdir} -I$(top_srcdir)/src @GLIB_CFLAGS@
DEFS = @DEFS@