Home | History | Annotate | Download | only in utils
      1 include $(top_srcdir)/Make_global.am
      2 
      3 check_PROGRAMS = iftest
      4 
      5 iftest_SOURCES = iftest.c
      6 iftest_LDADD = ../src/libnfnetlink.la
      7 iftest_LDFLAGS = -dynamic -ldl
      8