diff options
author | paul <paul> | 2003-03-21 15:16:05 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-21 15:16:05 +0000 |
commit | 1ef74ef70bdab672458c4d1e4cea24197066c0af (patch) | |
tree | a6960e6fe5813ba53a35ee7146cd355658fdecb1 /ospfd | |
parent | 2be32b7bc1bcf95b95f8b3b9fd8e65e8d45336f3 (diff) |
Amir Guindehi <amir@datacore.ch>:
Fix up build for OSPF-API (dependent on opaque-lsa)
Add disable-ospfapi.
Fix up net-snmp detection.
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am index 2c4e4a13..64d488a4 100644 --- a/ospfd/Makefile.am +++ b/ospfd/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in. INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -LOCAL_OPTS =-DSUPPORT_OSPF_API +LOCAL_OPTS = @OSPFAPI@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 |