aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-05-24 07:58:10 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-05-24 07:58:10 +0200
commitb5be2f73e091549e374693c44ba6c33dc4eba521 (patch)
tree62fc1d9151db64bb26327c643619b6b96499825b /tests/Makefile.am
parentc8fcc5b8d6664f1c6dc4e2e3dcdcb0b89488ce56 (diff)
tests: Use the libosmonetif we just built for the tests
Use the library we just built instead for one already installed in the system.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7189324..96c6a1a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include
check_PROGRAMS = osmux/osmux_test
osmux_osmux_test_SOURCES = osmux/osmux_test.c
-osmux_osmux_test_LDADD = -losmocore -losmonetif
+osmux_osmux_test_LDADD = -losmocore $(top_builddir)/src/libosmonetif.la
# The `:;' works around a Bash 3.2 bug when the output is not writeable.
$(srcdir)/package.m4: $(top_srcdir)/configure.ac