From de816861cb000453991c52896315ae5a65a0fdf7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Oct 2014 23:18:06 +0200 Subject: build: put dependency libraries in the right place in Makefiles Libs must be in _LDADD/_LIBADD and not in _LDFLAGS. --- tests/osmo-pcap-test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/osmo-pcap-test') 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 -- cgit v1.2.3