From 03fd8d014f9871896a86534432c8757d65a576fe Mon Sep 17 00:00:00 2001 From: Jonathan Santos Date: Wed, 25 May 2011 13:54:02 -0400 Subject: Import upstream version 0.9.13 --- tests/channel/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/channel/Makefile.am (limited to 'tests/channel/Makefile.am') diff --git a/tests/channel/Makefile.am b/tests/channel/Makefile.am new file mode 100644 index 000000000..bf709ff28 --- /dev/null +++ b/tests/channel/Makefile.am @@ -0,0 +1,10 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) + +noinst_PROGRAMS = channel_test + +channel_test_SOURCES = channel_test.c +channel_test_LDADD = -ldl -ldbi $(LIBOSMOCORE_LIBS) \ + $(top_builddir)/src/libcommon/libcommon.a \ + $(top_builddir)/src/libbsc/libbsc.a \ + $(top_builddir)/src/libmsc/libmsc.a -- cgit v1.2.3