aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmo-pcap-test
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-10-02 23:18:06 +0200
committerJan Engelhardt <jengelh@inai.de>2014-10-02 23:22:43 +0200
commitde816861cb000453991c52896315ae5a65a0fdf7 (patch)
tree4af4473590f8a926e47ae3ab634646fe13061438 /tests/osmo-pcap-test
parent603f6c40d55b87f81fbd8ff1ad7b9568f3b962ff (diff)
build: put dependency libraries in the right place in Makefiles
Libs must be in _LDADD/_LIBADD and not in _LDFLAGS.
Diffstat (limited to 'tests/osmo-pcap-test')
-rw-r--r--tests/osmo-pcap-test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/osmo-pcap-test/Makefile.am b/tests/osmo-pcap-test/Makefile.am
index 0be6fc4..a256005 100644
--- a/tests/osmo-pcap-test/Makefile.am
+++ b/tests/osmo-pcap-test/Makefile.am
@@ -9,6 +9,6 @@ osmo_pcap_test_SOURCES = proto.c \
osmux_test.c \
pcap.c
-osmo_pcap_test_LDFLAGS = -lpcap \
+osmo_pcap_test_LDADD = -lpcap \
-losmocore \
-losmonetif