diff options
Diffstat (limited to 'ripngd')
-rw-r--r-- | ripngd/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am index ad1e2788..c6bd4868 100644 --- a/ripngd/Makefile.am +++ b/ripngd/Makefile.am @@ -4,6 +4,9 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@ DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + noinst_LIBRARIES = libripng.a sbin_PROGRAMS = ripngd |