diff options
Diffstat (limited to 'watchquagga/Makefile.am')
-rw-r--r-- | watchquagga/Makefile.am | 9 |
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@ |