From 8b886ca781fdcf478afc8031ee797c509d15d878 Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 22 Dec 2004 02:56:38 +0000 Subject: 2004-12-21 Andrew J. Schorr * {ChangeLog,watchquagga.c,Makefile.am}: Created. --- watchquagga/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 watchquagga/Makefile.am (limited to 'watchquagga/Makefile.am') diff --git a/watchquagga/Makefile.am b/watchquagga/Makefile.am new file mode 100644 index 00000000..e422535a --- /dev/null +++ b/watchquagga/Makefile.am @@ -0,0 +1,9 @@ +## Process this file with Automake to create Makefile.in + +INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib +DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\" + +sbin_PROGRAMS = watchquagga + +watchquagga_SOURCES = watchquagga.c +watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@ -- cgit v1.2.1