aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Makefile.am
blob: 95d6901f5b42f3c0353ed5b7c9013c8d87bde095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) -g

EXTRA_DIST = ippool_test.ok ippool_test.err \
	     in46a_test.ok

noinst_PROGRAMS = ippool_test in46a_test

ippool_test_SOURCES = \
	ippool_test.c \
	$(NULL)

ippool_test_LDADD = \
	$(top_builddir)/lib/libmisc.a \
	$(LIBOSMOCORE_LIBS) \
	$(NULL)

in46a_test_SOURCES = \
	in46a_test.c \
	$(NULL)

in46a_test_LDADD = \
	$(top_builddir)/lib/libmisc.a \
	$(LIBOSMOCORE_LIBS) \
	$(NULL)