blob: 7ac8b02f891e716cc028f6c7cf49b8b82401a0ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
INCLUDES = \
-I$(top_builddir)/include -I$(top_srcdir)/include \
$(I2400M_INCLUDES)
LDADD = ../lib/libwimaxll.la $(LIBNL1_LIBS)
noinst_PROGRAMS = \
test-dump-pipe \
test-rfkill
|