aboutsummaryrefslogtreecommitdiffstats
path: root/src/pseudotalloc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-18 18:54:00 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-18 19:04:36 +0100
commit88955fb5506280a82860b026f8d7db9ad57bb504 (patch)
tree7224ed78844d412e84eba20a3b0d4391ac9f09aa /src/pseudotalloc
parenta50ed5fda813eafa3a01bb998960d38ed11a3591 (diff)
Fix all references to config.h
config.h is created in $(top_buildir)/config.h. Let's make sure all CPPFLAGS add correct -Ipath includes, and that all code includes the correct file. Change-Id: Ie9ea38bb009bc715b01cde4d66d181f7bec2e7bd
Diffstat (limited to 'src/pseudotalloc')
-rw-r--r--src/pseudotalloc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pseudotalloc/Makefile.am b/src/pseudotalloc/Makefile.am
index 1b861836..030b281b 100644
--- a/src/pseudotalloc/Makefile.am
+++ b/src/pseudotalloc/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_builddir)/include
+AM_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
AM_CFLAGS = -Wall
if ENABLE_PSEUDOTALLOC