blob: ee464688f3b969a3350e72c83370907762cad0a7 [file] [log] [blame]
Harald Welte1d8ffc62017-10-12 19:30:49 +08001AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) -g
2
Pau Espin Pedrol9c0f4f42017-12-04 12:52:23 +01003EXTRA_DIST = ippool_test.ok \
4 ippool_test.err \
5 ippool_v6_test.ok \
6 ippool_v6_test.err \
7 in46a_test.ok \
8 in46a_v6_test.ok
Harald Welte1d8ffc62017-10-12 19:30:49 +08009
Harald Weltedb924d32017-10-12 20:01:54 +080010noinst_PROGRAMS = ippool_test in46a_test
Harald Welte1d8ffc62017-10-12 19:30:49 +080011
12ippool_test_SOURCES = \
13 ippool_test.c \
14 $(NULL)
15
16ippool_test_LDADD = \
17 $(top_builddir)/lib/libmisc.a \
18 $(LIBOSMOCORE_LIBS) \
19 $(NULL)
Harald Weltedb924d32017-10-12 20:01:54 +080020
21in46a_test_SOURCES = \
22 in46a_test.c \
23 $(NULL)
24
25in46a_test_LDADD = \
26 $(top_builddir)/lib/libmisc.a \
27 $(LIBOSMOCORE_LIBS) \
28 $(NULL)