diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-01-30 20:36:43 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-01-30 20:36:43 -0800 |
commit | f7d2888801399eb54f072173eb2e301c8ef20b09 (patch) | |
tree | ed40a415a83c262e1615506c49af9fd23b9be8d3 | |
parent | 0c4557f3e45a503e4d67e03f6c132bac63c09738 (diff) | |
download | vyatta-cfg-qos-f7d2888801399eb54f072173eb2e301c8ef20b09.tar.gz vyatta-cfg-qos-f7d2888801399eb54f072173eb2e301c8ef20b09.zip |
Add FairBlue to Makefile
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fb904c6..060e8f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ sbin_SCRIPTS += scripts/vyatta-qos-util.pl share_perl5_DATA = lib/Vyatta/Qos/Util.pm share_perl5_DATA += lib/Vyatta/Qos/FairQueue.pm +share_perl5_DATA += lib/Vyatta/Qos/FairBlue.pm share_perl5_DATA += lib/Vyatta/Qos/TrafficShaper.pm share_perl5_DATA += lib/Vyatta/Qos/ShaperClass.pm share_perl5_DATA += lib/Vyatta/Qos/Match.pm |