From: Michael Tremer Date: Sun, 30 Jul 2017 13:24:46 +0000 (+0200) Subject: Makefile: Fix alphabetical order X-Git-Tag: 009~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be844b7bfccff6d82c03e3bc98e9fc696f6c2cc1;p=people%2Fms%2Fnetwork.git Makefile: Fix alphabetical order Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 1cdf0ea3..6ac11873 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,6 +134,7 @@ dist_network_SCRIPTS = \ src/functions/functions.http \ src/functions/functions.interrupts \ src/functions/functions.ip \ + src/functions/functions.ipsec \ src/functions/functions.iptables \ src/functions/functions.ip-tunnel \ src/functions/functions.ipv4 \ @@ -160,7 +161,6 @@ dist_network_SCRIPTS = \ src/functions/functions.usb \ src/functions/functions.util \ src/functions/functions.vlan \ - src/functions/functions.ipsec \ src/functions/functions.vpn \ src/functions/functions.vpn-security-policies \ src/functions/functions.wireless \