aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e84f17de..683a64c6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,11 +19,11 @@ alloc_AllocTest_LDADD = \
tbf_TbfTest_SOURCES = tbf/TbfTest.cpp
tbf_TbfTest_LDADD = \
+ $(top_builddir)/src/libgprs.la \
$(LIBOSMOGB_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOCORE_LIBS) \
- $(COMMON_LA) \
- $(top_builddir)/src/libgprs.la
+ $(COMMON_LA)
emu_pcu_emu_SOURCES = emu/pcu_emu.cpp emu/test_replay_gprs_attach.cpp \
emu/openbsc_clone.c emu/openbsc_clone.h emu/gprs_tests.h \
@@ -37,11 +37,11 @@ emu_pcu_emu_LDADD = \
types_TypesTest_SOURCES = types/TypesTest.cpp
types_TypesTest_LDADD = \
+ $(top_builddir)/src/libgprs.la \
$(LIBOSMOGB_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOCORE_LIBS) \
- $(COMMON_LA) \
- $(top_builddir)/src/libgprs.la
+ $(COMMON_LA)
# The `:;' works around a Bash 3.2 bug when the output is not writeable.