diff options
Diffstat (limited to 'ospfd/Makefile.am')
-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 |