diff options
Diffstat (limited to 'isisd')
-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 = \ |