aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 05:30:55 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 05:30:55 +0800
commit68b7e8bd60d0d5b39b8ac19ec5a33689486ac117 (patch)
tree9e91cf47d3e96ab0c2b6076063c2efcff8aab477 /tests
parentce7190d462b78085c39e3d92e2c3f81f09954cbd (diff)
sccp: Rename the SCCP file and delete the sccp/ directory..
Diffstat (limited to 'tests')
-rw-r--r--tests/sccp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sccp/Makefile.am b/tests/sccp/Makefile.am
index 93c3412..9392363 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 $(top_srcdir)/src/sccp/sccp.c
+sccp_test_SOURCES = sccp_test.c $(top_srcdir)/src/sccp.c
sccp_test_LDADD = $(LIBOSMOCORE_LIBS)