build utilities in source subdirectories and add ipxripd
This commit is contained in:
44
src/Makefile.am
Normal file
44
src/Makefile.am
Normal file
@@ -0,0 +1,44 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
AM_CFLAGS = -Wall -Wextra
|
||||
|
||||
sbin_PROGRAMS = \
|
||||
ipx_configure \
|
||||
ipx_interface \
|
||||
ipx_internal_net \
|
||||
ipx_route \
|
||||
ipx_cmd
|
||||
|
||||
ipx_configure_SOURCES = \
|
||||
nls.h \
|
||||
ipx_configure.c
|
||||
|
||||
ipx_interface_SOURCES = \
|
||||
nls.h \
|
||||
ipxutil.h \
|
||||
ipxutil.c \
|
||||
ipx_interface.c
|
||||
|
||||
ipx_internal_net_SOURCES = \
|
||||
nls.h \
|
||||
ipxutil.h \
|
||||
ipxutil.c \
|
||||
ipx_internal_net.c
|
||||
|
||||
ipx_route_SOURCES = \
|
||||
nls.h \
|
||||
ipxutil.h \
|
||||
ipxutil.c \
|
||||
ipx_route.c
|
||||
|
||||
ipx_cmd_SOURCES = \
|
||||
nls.h \
|
||||
netlink.h \
|
||||
ipx_compat.h \
|
||||
ipx_cmd.c
|
||||
|
||||
man8_MANS = \
|
||||
$(top_srcdir)/docs/ipx_configure.8 \
|
||||
$(top_srcdir)/docs/ipx_interface.8 \
|
||||
$(top_srcdir)/docs/ipx_internal_net.8 \
|
||||
$(top_srcdir)/docs/ipx_route.8 \
|
||||
$(top_srcdir)/docs/ipx_cmd.8
|
||||
Reference in New Issue
Block a user