aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-13 18:18:41 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-13 18:20:17 +0800
commit17cf0fec571edda512d5da7112ab6be033b58bae (patch)
treeba71f650c2af0c143f76c856358043749b3f90d9 /tests
parentf3b7effbc169b9bdf91828c1557dcab06aaabb44 (diff)
build: Fix building on maverick
Diffstat (limited to 'tests')
-rw-r--r--tests/m2ua/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2ua/Makefile.am b/tests/m2ua/Makefile.am
index 8efb04d..2795d64 100644
--- a/tests/m2ua/Makefile.am
+++ b/tests/m2ua/Makefile.am
@@ -3,4 +3,4 @@ AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
noinst_PROGRAMS = m2ua_test
m2ua_test_SOURCES = m2ua_test.c
-m2ua_test_LDADD = $(LIBOSMOCORE_LIBS) $(top_builddir)/src/libm2ua.a
+m2ua_test_LDADD = $(top_builddir)/src/libm2ua.a $(LIBOSMOCORE_LIBS)