diff options
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isisd/Makefile.am b/isisd/Makefile.am index 859facd6..9c303390 100644 --- a/isisd/Makefile.am +++ b/isisd/Makefile.am @@ -5,6 +5,10 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib \ DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 LIBS = @LIBS@ + +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + noinst_LIBRARIES = libisis.a sbin_PROGRAMS = isisd SUBDIRS = topology |