aboutsummaryrefslogtreecommitdiffstats
path: root/src/pseudotalloc/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-18 18:50:57 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-18 19:04:36 +0100
commita50ed5fda813eafa3a01bb998960d38ed11a3591 (patch)
treeb0d6be3e9ba783e118d0dd0d5e354330c02a8d87 /src/pseudotalloc/Makefile.am
parent4fc6118bb3c0b49a07f6c4f4d612b7967f19ced7 (diff)
Makefile.am: Remove unexsiting all_includes variable
Diffstat (limited to 'src/pseudotalloc/Makefile.am')
-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 b631eca9..1b861836 100644
--- a/src/pseudotalloc/Makefile.am
+++ b/src/pseudotalloc/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I. $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
+AM_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall
if ENABLE_PSEUDOTALLOC