From 2d58228ecabb23b064e8a06e6241cf0d7e5ca785 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 28 Mar 2005 15:29:07 +0000 Subject: * configure.ac, */Makefile.am: Fix previous commit. SNMP includes must be after lib/ includes in some systems. Introduce SNMP_INCLUDES for that. --- ospf6d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d/Makefile.am') diff --git a/ospf6d/Makefile.am b/ospf6d/Makefile.am index cfdd93f2..ad828713 100644 --- a/ospf6d/Makefile.am +++ b/ospf6d/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib +INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@ DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 -- cgit v1.2.1