aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libosmo-gtlv/test_gtlv_gen
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-14 20:29:34 +0100
commite2f94c2b576e16ea2ef6556b8e896f8d4ab402e5 (patch)
tree9f6db8e8f7575c6c10a13137f4b05e3122ea0f3a /tests/libosmo-gtlv/test_gtlv_gen
parenteeba253ccd0590f9cee3b146738f87ac701fb9c4 (diff)
build: drop $(all_includes)
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-gtlv/test_gtlv_gen')
-rw-r--r--tests/libosmo-gtlv/test_gtlv_gen/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libosmo-gtlv/test_gtlv_gen/Makefile.am b/tests/libosmo-gtlv/test_gtlv_gen/Makefile.am
index 9f791fe..c08b1f1 100644
--- a/tests/libosmo-gtlv/test_gtlv_gen/Makefile.am
+++ b/tests/libosmo-gtlv/test_gtlv_gen/Makefile.am
@@ -1,5 +1,4 @@
AM_CPPFLAGS = \
- $(all_includes) \
-I$(top_srcdir)/include \
-I$(bulddir) \
$(NULL)