aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/xid
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2016-09-15 16:02:18 +0200
committerAlexander Huemer <alexander.huemer@xx.vu>2016-09-15 16:02:18 +0200
commitc2f2ad8a5f575a38011bfa9b1833a88ed393dd1d (patch)
tree11301956b52db657d4b654d8e5c28972570451bc /openbsc/tests/xid
parent7b6673fa06dada3ec4586b1c0d735e9df4177a48 (diff)
Build fixes
Some fixes for build environments where dependencies are installed in distinct directories. Change-Id: I38808fd2911747b266ee6fde91187a88dd7ae355
Diffstat (limited to 'openbsc/tests/xid')
-rw-r--r--openbsc/tests/xid/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/xid/Makefile.am b/openbsc/tests/xid/Makefile.am
index e7c4cf028..aaf17edf2 100644
--- a/openbsc/tests/xid/Makefile.am
+++ b/openbsc/tests/xid/Makefile.am
@@ -32,7 +32,7 @@ xid_test_LDADD = \
$(LIBOSMOGB_LIBS) \
$(LIBCARES_LIBS) \
$(LIBCRYPTO_LIBS) \
- -lgtp \
+ $(LIBGTP_LIBS) \
-lrt \
-lm \
$(NULL)