aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/libiudummy/Makefile.am
blob: 38664a2b697c02c1b03cd007e14ab5d462b29003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = \
	$(all_includes) \
	-I$(top_srcdir)/include \
	-I$(top_builddir) \
	$(NULL)

AM_CFLAGS = \
	-Wall \
	$(LIBOSMOCORE_CFLAGS) \
	$(NULL)

noinst_LIBRARIES = libiudummy.a

libiudummy_a_SOURCES = \
	iudummy.c \
	$(NULL)