diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-02-08 14:34:32 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-02-08 14:34:32 +0000 |
commit | 7363488860d3d597c83bc26c43bc0961f4429863 (patch) | |
tree | 7c439c40794dab2363ed7b81e97625d85d852a92 /Makefile.am | |
parent | b9eb029a46cc7d233979dd90457e26a0de921c9f (diff) | |
download | vyatta-wanloadbalance-7363488860d3d597c83bc26c43bc0961f4429863.tar.gz vyatta-wanloadbalance-7363488860d3d597c83bc26c43bc0961f4429863.zip |
vyatta-wanloadbalance: remove legacy load balancing code and tidy up
Remove legacy load balancing code left over from previous versions that
is no longer used, and tidy up a few of the scripts.
Bug #441 http://bugzilla.vyos.net/show_bug.cgi?id=441
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 25321b8..b1dedce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,6 @@ opdir = $(datadir)/vyatta-op/templates bin_sudo_usersdir = $(bindir)/sudo-users curverdir = $(sysconfdir)/config-migrate/current -initddir = /etc/init.d -etcdir = /etc - AM_CPPFLAGS = -I src -Wall -DDEBUG CLEANFILES = src/main.o src/lbdata.o src/lbdatafactory.o src/loadbalance.o src/rl_str_proc.o src/lbpathtest.o src/lbtest_icmp.o src/lbtest_ttl.o src/lboutput.o src/lbtest.o @@ -50,5 +47,3 @@ install-exec-hook: cd templates; $(cpiop) $(DESTDIR)$(cfgdir) mkdir -p $(DESTDIR)$(opdir) cd templates-op; $(cpiop) $(DESTDIR)$(opdir) - mkdir -p $(DESTDIR)/etc - cd etc; $(cpiop) $(DESTDIR)/etc |