From aa45e92b0c6ccf7bf825e3e63ce5ba7648fee6d3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 31 Jul 2010 06:05:43 +0800 Subject: sccp_test: Compile the sccp.c directly into the binary Do not link to the static library, but include the single source file to always have an up-to-date binary without dependencies between Makefiles. --- tests/sccp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/sccp/Makefile.am b/tests/sccp/Makefile.am index b7caf7d..93c3412 100644 --- a/tests/sccp/Makefile.am +++ b/tests/sccp/Makefile.am @@ -3,6 +3,6 @@ AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) noinst_PROGRAMS = sccp_test -sccp_test_SOURCES = sccp_test.c -sccp_test_LDADD = $(top_builddir)/src/libsccp.a $(LIBOSMOCORE_LIBS) +sccp_test_SOURCES = sccp_test.c $(top_srcdir)/src/sccp/sccp.c +sccp_test_LDADD = $(LIBOSMOCORE_LIBS) -- cgit v1.2.3