aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libosmo-pfcp/Makefile.am
diff options
context:
space:
mode:
authorNeels Janosch Hofmeyr <nhofmeyr@sysmocom.de>2023-03-09 01:31:29 +0100
committerNeels Janosch Hofmeyr <nhofmeyr@sysmocom.de>2023-03-09 01:31:57 +0100
commitc4a161b4a024800d67e847e4b3d24e1976d053c6 (patch)
tree361328c30fd2c19add08fbdb3bf84f40538a680a /tests/libosmo-pfcp/Makefile.am
parent64a8923dc7c1c4bee581a5abc0bf0b1d984962d6 (diff)
build: drop $(all_includes)neels/build
Drop this mysterious empty variable. No idea where it came from, there is nothing here that would set it. Change-Id: I7f2736366b34e7a15f73fa81ef1d4659ed6e2361
Diffstat (limited to 'tests/libosmo-pfcp/Makefile.am')
-rw-r--r--tests/libosmo-pfcp/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libosmo-pfcp/Makefile.am b/tests/libosmo-pfcp/Makefile.am
index f4314f2..106def5 100644
--- a/tests/libosmo-pfcp/Makefile.am
+++ b/tests/libosmo-pfcp/Makefile.am
@@ -1,5 +1,4 @@
AM_CPPFLAGS = \
- $(all_includes) \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
$(NULL)