Files
ipx-utils/tools/Makefile.am
Mario Fetka 981e662d1b
All checks were successful
Source release / source-package (push) Successful in 59s
install man pages from utility subdirectories
2026-04-29 21:51:31 +02:00

23 lines
283 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)
AM_CFLAGS = -Wall -Wextra
sbin_PROGRAMS = \
ipx_dump \
ipx_parse
ipx_dump_SOURCES = \
ipxutil.c \
ipxutil.h \
nls.h \
ipxdump.c
ipx_parse_SOURCES = \
ipxutil.c \
ipxutil.h \
nls.h \
ipxparse.c
dist_man8_MANS = \
ipx_dump.8 \
ipx_parse.8