diff options
Diffstat (limited to 'nhrpd/Makefile.am')
-rw-r--r-- | nhrpd/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nhrpd/Makefile.am b/nhrpd/Makefile.am new file mode 100644 index 00000000..d5e663e7 --- /dev/null +++ b/nhrpd/Makefile.am @@ -0,0 +1,18 @@ +## Process this file with automake to produce Makefile.in. + +INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib +DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" +INSTALL_SDATA=@INSTALL@ -m 600 + +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + +sbin_PROGRAMS = nhrpd + +nhrpd_SOURCES = \ + nhrp_config.c \ + nhrp_main.c + +nhrpd_LDADD = ../lib/libzebra.la @LIBCAP@ + +#dist_examples_DATA = nhrpd.conf.sample |