blob: 03a5d9922b0cbe643921852048489aa376c95d01 [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
Vadim Yanitskiycd05da72022-04-13 19:55:33 +030010check_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)