aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/db/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-09 22:04:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-09 22:04:09 +0100
commitb19dc286aafc8f803534d2dcb164475d5fba6f37 (patch)
tree943913d4d08a32674510bec1f0475f08834c5042 /openbsc/tests/db/Makefile.am
parenta49ffb4cb4e98bd57e9f7be23f772cc55a819b7b (diff)
liblaf0rge: Make the other targets depend on the liblaforge...
Everything is linking fine here.
Diffstat (limited to 'openbsc/tests/db/Makefile.am')
-rw-r--r--openbsc/tests/db/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/db/Makefile.am b/openbsc/tests/db/Makefile.am
index 8ce7e3c49..310763aec 100644
--- a/openbsc/tests/db/Makefile.am
+++ b/openbsc/tests/db/Makefile.am
@@ -4,5 +4,5 @@ AM_CFLAGS=-Wall -ggdb3
noinst_PROGRAMS = db_test
db_test_SOURCES = db_test.c
-db_test_LDADD = $(top_builddir)/src/libbsc.a $(top_builddir)/src/libmsc.a $(top_builddir)/src/libbsc.a -ldl -ldbi
+db_test_LDADD = $(top_builddir)/src/libbsc.a $(top_builddir)/src/libmsc.a $(top_builddir)/src/libbsc.a $(top_builddir)/src/liblaf0rge1.a -ldl -ldbi