aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-05 15:20:18 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-05 15:20:18 +0100
commitbab983764e55e8ba8aaac688b0ab6263581b9786 (patch)
treef94fec779406e6a30dd7701d2dc6b8f32c875c6b
parent366d215dbd254bc6b1e963513212e46f1e4de438 (diff)
Fix Makefile.am for builddir != srcdiropenbsc/0.9.13
-rw-r--r--openbsc/tests/debug/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/debug/Makefile.am b/openbsc/tests/debug/Makefile.am
index 47437b1e8..5d6b363fe 100644
--- a/openbsc/tests/debug/Makefile.am
+++ b/openbsc/tests/debug/Makefile.am
@@ -4,4 +4,4 @@ noinst_PROGRAMS = debug_test
debug_test_SOURCES = debug_test.c
debug_test_LDADD = $(LIBOSMOCORE_LIBS) \
- $(top_srcdir)/src/libcommon/libcommon.a
+ $(top_builddir)/src/libcommon/libcommon.a