summaryrefslogtreecommitdiff
path: root/watchquagga/Makefile.am
diff options
context:
space:
mode:
authorajs <ajs>2004-12-22 02:56:38 +0000
committerajs <ajs>2004-12-22 02:56:38 +0000
commit8b886ca781fdcf478afc8031ee797c509d15d878 (patch)
treef2c13d78c1c1161009c0398866764b396d6ea20a /watchquagga/Makefile.am
parent0e43a2bcc0b044ec8e92108811c1341076938af9 (diff)
2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* {ChangeLog,watchquagga.c,Makefile.am}: Created.
Diffstat (limited to 'watchquagga/Makefile.am')
-rw-r--r--watchquagga/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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@