summaryrefslogtreecommitdiffstats
path: root/ospfclient/Makefile.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-07-26 01:05:56 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-07-26 01:05:56 +0200
commitaa9584c1cff4b1ea799b6d1013230eaf7a7aa4e5 (patch)
tree1d7021699ad6f4277916e5b08aa08a8f97cb81c2 /ospfclient/Makefile.am
parentFixup of warnings in the code (diff)
downloadfrr-aa9584c1cff4b1ea799b6d1013230eaf7a7aa4e5.tar.xz
frr-aa9584c1cff4b1ea799b6d1013230eaf7a7aa4e5.zip
Add --enable-werror to configure
Diffstat (limited to 'ospfclient/Makefile.am')
-rw-r--r--ospfclient/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am
index 0f37aa988..ae43816f6 100644
--- a/ospfclient/Makefile.am
+++ b/ospfclient/Makefile.am
@@ -1,6 +1,7 @@
## Automake.am for OSPF API client
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
+AM_CFLAGS = $(WERROR)
lib_LTLIBRARIES = libospfapiclient.la
libospfapiclient_la_LDFLAGS = -version-info 0:0:0