diff options
author | David Ward <david.ward@ll.mit.edu> | 2009-12-03 21:24:36 +0300 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2009-12-03 21:24:36 +0300 |
commit | 4a4bba04c7398069a6d43fa8ccf0d15bad5faaa2 (patch) | |
tree | 1d216265f03b2f7eadb7d5b158f1edc960833c1b | |
parent | a0f63a4c7d7a6404fd43d139809202a693ae42e9 (diff) |
isisd: fix --enable-isis-topology for 64-bit Linux
-rw-r--r-- | isisd/topology/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 = \ |