From 41c14a1fc3c97f8cfcb4ef8f8bce12a2d9ad29df Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 26 Jul 2004 19:27:51 +0000 Subject: 2004-07-26 Paul Jakma * configure.ac: reenable tests/Makefile * tests/Makefile.am: automake file for tests dir * tests/.cvsignore: update --- configure.ac | 4 ++-- tests/.cvsignore | 11 ++++++++++- tests/Makefile.am | 9 +++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 tests/Makefile.am diff --git a/configure.ac b/configure.ac index d8dc03e5..e7df8d06 100755 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro ## Portions Copyright (c) 2003 Paul Jakma ## -## $Id: configure.ac,v 1.57 2004/07/23 16:23:56 gdt Exp $ +## $Id: configure.ac,v 1.58 2004/07/26 19:27:51 paul Exp $ AC_PREREQ(2.53) AC_INIT(quagga, 0.96.5, [http://bugzilla.quagga.net]) @@ -1125,7 +1125,7 @@ AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile vtysh/extract.pl redhat/Makefile redhat/quagga.spec lib/version.h -dnl tests/Makefile + tests/Makefile , [chmod +x vtysh/extract.pl]) diff --git a/tests/.cvsignore b/tests/.cvsignore index c2e9e1e7..78f0e8b3 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -1,2 +1,11 @@ -test-sig +Makefile +Makefile.in +*.o +tags +TAGS +.deps .nfs* +*.lo +*.la +*.libs +testsig diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..d8c73eba --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,9 @@ +INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib +DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" + +noinst_PROGRAMS = testsig +testsig_SOURCES = test-sig.c + +testsig_LDADD = ../lib/libzebra.la @LIBCAP@ + + -- cgit v1.2.1