36 lines
738 B
Diff
36 lines
738 B
Diff
diff '--color=auto' -uNr ipx-utils-9999.orig/Makefile.am ipx-utils-9999/Makefile.am
|
|
--- ipx-utils-9999.orig/Makefile.am 2026-04-19 22:40:49.949320330 +0200
|
|
+++ ipx-utils-9999/Makefile.am 2026-04-19 22:42:54.743135308 +0200
|
|
@@ -4,7 +4,11 @@
|
|
ipx_configure \
|
|
ipx_interface \
|
|
ipx_internal_net \
|
|
- ipx_route
|
|
+ ipx_route \
|
|
+ ipxrcv \
|
|
+ ipxsend \
|
|
+ rip \
|
|
+ sap
|
|
|
|
ipx_configure_SOURCES = \
|
|
src/ipx_configure.c
|
|
@@ -18,6 +22,18 @@
|
|
ipx_route_SOURCES = \
|
|
src/ipx_route.c
|
|
|
|
+ipxrcv_SOURCES = \
|
|
+ Samples/ipxrcv.c
|
|
+
|
|
+ipxsend_SOURCES = \
|
|
+ Samples/ipxsend.c
|
|
+
|
|
+rip_SOURCES = \
|
|
+ Samples/rip.c
|
|
+
|
|
+sap_SOURCES = \
|
|
+ Samples/sap.c
|
|
+
|
|
man_MANS = \
|
|
docs/ipx_configure.8 \
|
|
docs/ipx_interface.8 \
|