summaryrefslogtreecommitdiffstats
path: root/watchquagga/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'watchquagga/Makefile.am')
-rw-r--r--watchquagga/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/watchquagga/Makefile.am b/watchquagga/Makefile.am
index 1f05f26ce..43f743eba 100644
--- a/watchquagga/Makefile.am
+++ b/watchquagga/Makefile.am
@@ -7,5 +7,7 @@ AM_CFLAGS = $(WERROR)
sbin_PROGRAMS = watchquagga
-watchquagga_SOURCES = watchquagga.c
+noinst_HEADERS = watchquagga.h
+
+watchquagga_SOURCES = watchquagga.c watchquagga_vty.c
watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@