blob: c3fac7c0028d3023469bf47778ad3c12d30d5ad9 [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
paul4dcadf72005-04-13 03:31:35 +00004noinst_PROGRAMS = testsig testbuffer testmemory
paul41c14a12004-07-26 19:27:51 +00005testsig_SOURCES = test-sig.c
paul4dcadf72005-04-13 03:31:35 +00006testbuffer_SOURCES = test-buffer.c
7testmemory_SOURCES = test-memory.c
paul41c14a12004-07-26 19:27:51 +00008
9testsig_LDADD = ../lib/libzebra.la @LIBCAP@
paul4dcadf72005-04-13 03:31:35 +000010testbuffer_LDADD = ../lib/libzebra.la @LIBCAP@
11testmemory_LDADD = ../lib/libzebra.la @LIBCAP@
paul41c14a12004-07-26 19:27:51 +000012