diff options
Diffstat (limited to 'ripd/Makefile.am')
| -rw-r--r-- | ripd/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ripd/Makefile.am b/ripd/Makefile.am index 827869121c..9c034f0c38 100644 --- a/ripd/Makefile.am +++ b/ripd/Makefile.am @@ -28,6 +28,7 @@ if SNMP  module_LTLIBRARIES += ripd_snmp.la  endif  ripd_snmp_la_SOURCES = rip_snmp.c +ripd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS)  ripd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic  ripd_snmp_la_LIBADD = ../lib/libfrrsnmp.la  | 
