]> git.ipfire.org Git - people/jschlag/network.git/blobdiff - Makefile.am
Make configure check for a C compiler
[people/jschlag/network.git] / Makefile.am
index 2f1c8922905eda7648836353dbc0986f31d00a5e..7c780ac1f865f9cbcbb69353c0a40fe08ecc6fdb 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)
@@ -163,6 +167,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 \