build utilities in source subdirectories and add ipxripd
This commit is contained in:
18
tools/Makefile.am
Normal file
18
tools/Makefile.am
Normal file
@@ -0,0 +1,18 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
AM_CFLAGS = -Wall -Wextra
|
||||
|
||||
sbin_PROGRAMS = \
|
||||
ipx_dump \
|
||||
ipx_parse
|
||||
|
||||
ipx_dump_SOURCES = \
|
||||
ipxutil.c \
|
||||
ipxdump.c
|
||||
|
||||
ipx_parse_SOURCES = \
|
||||
ipxutil.c \
|
||||
ipxparse.c
|
||||
|
||||
man8_MANS = \
|
||||
$(top_srcdir)/docs/ipx_dump.8 \
|
||||
$(top_srcdir)/docs/ipx_parse.8
|
||||
Reference in New Issue
Block a user