diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2014-10-20 13:24:44 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2014-10-20 18:24:55 +0200 |
commit | 72cafb8ca35923d3c1f7289ed1386fbf6b23a7ff (patch) | |
tree | 13684139337e1e3070f6dd59789cb9cff598c4b4 /callouts | |
parent | 60aee59f18a57b7ad5dbd32adb7f9fb11d67617b (diff) | |
download | NetworkManager-72cafb8ca35923d3c1f7289ed1386fbf6b23a7ff.tar.gz |
build: Don't conditionally omit files from distribution
Diffstat (limited to 'callouts')
-rw-r--r-- | callouts/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am index db73ef9372..2e53c5fc16 100644 --- a/callouts/tests/Makefile.am +++ b/callouts/tests/Makefile.am @@ -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 |