blob: 95d6901f5b42f3c0353ed5b7c9013c8d87bde095 [file] [log] [blame]
Harald Welte1d8ffc62017-10-12 19:30:49 +08001AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) -g
2
Harald Weltedb924d32017-10-12 20:01:54 +08003EXTRA_DIST = ippool_test.ok ippool_test.err \
4 in46a_test.ok
Harald Welte1d8ffc62017-10-12 19:30:49 +08005
Harald Weltedb924d32017-10-12 20:01:54 +08006noinst_PROGRAMS = ippool_test in46a_test
Harald Welte1d8ffc62017-10-12 19:30:49 +08007
8ippool_test_SOURCES = \
9 ippool_test.c \
10 $(NULL)
11
12ippool_test_LDADD = \
13 $(top_builddir)/lib/libmisc.a \
14 $(LIBOSMOCORE_LIBS) \
15 $(NULL)
Harald Weltedb924d32017-10-12 20:01:54 +080016
17in46a_test_SOURCES = \
18 in46a_test.c \
19 $(NULL)
20
21in46a_test_LDADD = \
22 $(top_builddir)/lib/libmisc.a \
23 $(LIBOSMOCORE_LIBS) \
24 $(NULL)