diff options
author | kouak <kouak@kouak.org> | 2015-03-26 19:14:59 +0100 |
---|---|---|
committer | kouak <kouak@kouak.org> | 2015-03-26 19:32:04 +0100 |
commit | 8f519389d86f5ec14431208713df2b16383e9fac (patch) | |
tree | 60370870c22772236e2cd7102aee564f791a9b48 | |
parent | 439206f1b4e4d9fb0feecaa43c6c9dc99c794e25 (diff) | |
download | vyatta-cfg-qos-8f519389d86f5ec14431208713df2b16383e9fac.tar.gz vyatta-cfg-qos-8f519389d86f5ec14431208713df2b16383e9fac.zip |
Add FairQueueCodel.pm to the package (#446)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c18e814..8723c03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ share_perl5_DATA += lib/Vyatta/Qos/Priority.pm share_perl5_DATA += lib/Vyatta/Qos/Shared.pm share_perl5_DATA += lib/Vyatta/Qos/HFSCClass.pm share_perl5_DATA += lib/Vyatta/Qos/HFSCShaper.pm +share_perl5_DATA += lib/Vyatta/Qos/FairQueueCodel.pm etcdir = /etc etc_SCRIPTS = |