diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2007-12-17 11:19:03 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2007-12-17 11:19:03 -0800 |
commit | 54737dc17536f4c3de8a5fc9c4072822fa1ac2ed (patch) | |
tree | c4cab699db1c43868e4a31c00c857b3273a0e930 /Makefile.am | |
parent | 1affbeb7607fe4ee7bc8ff8498a08066d91c901c (diff) | |
download | vyatta-wanloadbalance-54737dc17536f4c3de8a5fc9c4072822fa1ac2ed.tar.gz vyatta-wanloadbalance-54737dc17536f4c3de8a5fc9c4072822fa1ac2ed.zip |
fix debian files so pkg is created correctly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 4a18e64..a2012d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,11 @@ initddir = /etc/init.d AM_CPPFLAGS = -I src -Wall -DDEBUG -sbin_SCRIPTS = - -initd_SCRIPTS = etc/init.d/vyatta-ofr CLEANFILES = src/main.o src/lbdata.o src/lbdatafactory.o src/loadbalance.o src/rl_str_proc.o src/lbpathtest.o src/lboutput.o sbin_SCRIPTS = scripts/wlb.init -sbin_PROGRAMS = src/wan_lb src_wan_lb_SOURCES = src/main.cc src_wan_lb_SOURCES += src/lbdata.cc src_wan_lb_SOURCES += src/lbdatafactory.cc @@ -19,6 +15,7 @@ src_wan_lb_SOURCES += src/lbpathtest.cc src_wan_lb_SOURCES += src/lbdecision.cc src_wan_lb_SOURCES += src/lboutput.cc +sbin_PROGRAMS = src/wan_lb cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |