build: Don't conditionally omit files from distribution

This commit is contained in:
Lubomir Rintel 2014-10-20 13:24:44 +02:00
parent 60aee59f18
commit 72cafb8ca3
4 changed files with 8 additions and 8 deletions

View file

@ -29,10 +29,10 @@ test_dispatcher_envp_LDADD = \
TESTS = test-dispatcher-envp
endif
EXTRA_DIST= \
dispatcher-old-down \
dispatcher-old-up \
dispatcher-old-vpn-down \
dispatcher-old-vpn-up
endif

View file

@ -35,6 +35,8 @@ test_ibft_LDADD = \
TESTS = test-ibft
endif
EXTRA_DIST = \
iscsiadm-test-dhcp \
iscsiadm-test-static \
@ -46,5 +48,3 @@ EXTRA_DIST = \
iscsiadm-test-bad-record \
iscsiadm-test-vlan
endif

View file

@ -36,6 +36,8 @@ check_ifnet_LDADD = $(top_builddir)/src/libNetworkManager.la
check-local: check_ifnet
$(abs_builddir)/check_ifnet $(abs_srcdir) $(abs_builddir)
endif
EXTRA_DIST = \
hostname \
net \
@ -43,5 +45,3 @@ EXTRA_DIST = \
nm-system-settings.conf \
wpa_supplicant.conf \
test_ca_cert.pem
endif

View file

@ -25,10 +25,10 @@ test_ifupdown_LDADD = \
TESTS = test-ifupdown
endif
EXTRA_DIST = \
test1 test2 test3 test4 test5 test6 test7 test8 test9 test11 test12 \
test13 test14 test15 test16 test17-wired-static-verify-ip4 \
test18-wired-static-verify-ip6 test19-wired-static-verify-ip4-plen \
test20-source-stanza test20-source-stanza.eth0 test20-source-stanza.eth1
endif