diff options
-rw-r--r-- | ospfd/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am index 2e4d5c8e..390f2e3f 100644 --- a/ospfd/Makefile.am +++ b/ospfd/Makefile.am @@ -4,6 +4,9 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + lib_LTLIBRARIES = libospf.la libospf_la_LDFLAGS = -version 0:0:0 |