build utilities in source subdirectories and add ipxripd

This commit is contained in:
Mario Fetka
2026-04-29 21:41:54 +02:00
parent a97961011c
commit b148b4b60c
7 changed files with 214 additions and 158 deletions

18
tools/Makefile.am Normal file
View 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