7 lines
158 B
Makefile
7 lines
158 B
Makefile
include $(top_srcdir)/Make_global.am
|
|
|
|
check_PROGRAMS = iftest
|
|
|
|
iftest_SOURCES = iftest.c
|
|
iftest_LDADD = ../src/libnfnetlink.la
|
|
iftest_LDFLAGS = -dynamic -ldl
|