]> git.ipfire.org Git - people/ms/network.git/blobdiff - Makefile.am
Implement using Linux's SMP affinity
[people/ms/network.git] / Makefile.am
index 2f1c8922905eda7648836353dbc0986f31d00a5e..07779486c8e4cd5c8c4b505b377163fd13e48455 100644 (file)
@@ -56,6 +56,10 @@ INSTALL_EXEC_HOOKS =
 UNINSTALL_EXEC_HOOKS =
 noinst_DATA =
 
+AM_CFLAGS       = $(OUR_CFLAGS)
+AM_CPPFLAGS     = $(OUR_CPPFLAGS)
+AM_LDFLAGS      = $(OUR_LDFLAGS)
+
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
        --with-udevdir=$$dc_install_base/$(udevdir)
@@ -124,6 +128,7 @@ dist_network_SCRIPTS = \
        src/functions/functions.hostapd \
        src/functions/functions.hotplug \
        src/functions/functions.http \
+       src/functions/functions.interrupts \
        src/functions/functions.ip \
        src/functions/functions.iptables \
        src/functions/functions.ip-tunnel \
@@ -147,6 +152,7 @@ dist_network_SCRIPTS = \
        src/functions/functions.settings \
        src/functions/functions.stp \
        src/functions/functions.sysctl \
+       src/functions/functions.system \
        src/functions/functions.triggers \
        src/functions/functions.usb \
        src/functions/functions.util \
@@ -163,6 +169,7 @@ dist_network_SCRIPTS = \
        src/ppp/pppoe-server
 
 dist_helpers_SCRIPTS = \
+       src/helpers/aiccu \
        src/helpers/aiccu-config-helper \
        src/helpers/bridge-stp \
        src/helpers/dhcpd-config-helper \
@@ -172,6 +179,12 @@ dist_helpers_SCRIPTS = \
        src/helpers/wpa_supplicant \
        src/helpers/wpa_supplicant-config-helper
 
+bin_PROGRAMS = \
+       src/inetcalc
+
+src_inetcalc_SOURCES = \
+       src/inetcalc.c
+
 bridge-stp-install-hook: bridge-stp-uninstall-hook
        ln -svf --relative $(DESTDIR)$(helpersdir)/bridge-stp $(DESTDIR)$(sbindir)/
 
@@ -321,9 +334,13 @@ MANPAGES = \
        man/firewall-settings.8 \
        man/network.8 \
        man/network-device.8 \
+       man/network-dhcp.8 \
        man/network-dns-server.8 \
+       man/network-performance-tuning.8 \
+       man/network-port.8 \
        man/network-port-batman-adv.8 \
        man/network-port-batman-adv-port.8 \
+       man/network-quick-start.8 \
        man/network-route.8 \
        man/network-settings.8 \
        man/network-zone.8 \
@@ -332,7 +349,9 @@ MANPAGES = \
        man/network-zone-aiccu.8 \
        man/network-zone-bridge.8 \
        man/network-zone-config-pppoe-server.8 \
-       man/network-zone-pppoe.8
+       man/network-zone-modem.8 \
+       man/network-zone-pppoe.8 \
+       man/network-zone-wireless.8
 
 MANPAGES_XML  = $(patsubst %.8,%.xml,$(MANPAGES))
 MANPAGES_HTML = $(patsubst %.xml,%.html,$(MANPAGES_XML))