From 4a4bba04c7398069a6d43fa8ccf0d15bad5faaa2 Mon Sep 17 00:00:00 2001 From: David Ward Date: Thu, 3 Dec 2009 21:24:36 +0300 Subject: isisd: fix --enable-isis-topology for 64-bit Linux --- isisd/topology/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'isisd') diff --git a/isisd/topology/Makefile.am b/isisd/topology/Makefile.am index 2515b38b..b25497cb 100644 --- a/isisd/topology/Makefile.am +++ b/isisd/topology/Makefile.am @@ -3,6 +3,9 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + noinst_LIBRARIES = libtopology.a libtopology_a_SOURCES = \ -- cgit v1.2.1