blob: d8c73eba0d62031195e5a2eb16531a485ce1f99f [file] [log] [blame]
paul41c14a12004-07-26 19:27:51 +00001INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
2DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
3
4noinst_PROGRAMS = testsig
5testsig_SOURCES = test-sig.c
6
7testsig_LDADD = ../lib/libzebra.la @LIBCAP@
8
9