From 55e34a33252e9b92925cec78e12d0bef8057a24c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 19 Sep 2013 11:08:43 +0200 Subject: smpp: Fix the make distcheck for smpp DISTCHECK_CONFIGURE_FLAGS="--enable-smpp" make distcheck --- openbsc/tests/smpp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/tests/smpp') diff --git a/openbsc/tests/smpp/Makefile.am b/openbsc/tests/smpp/Makefile.am index eb259656b..b3d4568ca 100644 --- a/openbsc/tests/smpp/Makefile.am +++ b/openbsc/tests/smpp/Makefile.am @@ -7,6 +7,6 @@ EXTRA_DIST = smpp_test.ok smpp_test.err noinst_PROGRAMS = smpp_test smpp_test_SOURCES = smpp_test.c \ - $(top_srcdir)/src/libmsc/smpp_utils.c + $(top_builddir)/src/libmsc/smpp_utils.c smpp_test_LDADD = $(LIBOSMOCORE_LIBS) \ - $(top_srcdir)/src/libcommon/libcommon.a + $(top_builddir)/src/libcommon/libcommon.a -- cgit v1.2.3