diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:14:37 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-19 15:14:37 -0700 |
commit | c4caa9a79f3e35db0a318a2e428ea41b1945d56a (patch) | |
tree | 5ed0ba185f9a04ad46b679dae5b90f7003d8318a | |
parent | 86421e23f7bf41195bd7453a0ae93a1104bb27b6 (diff) | |
download | vyatta-cfg-qos-c4caa9a79f3e35db0a318a2e428ea41b1945d56a.tar.gz vyatta-cfg-qos-c4caa9a79f3e35db0a318a2e428ea41b1945d56a.zip |
Add missing NetworkEmulator module
NetworkEmulator.pm not installed.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5ff8e87..705c247 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ share_perl5_DATA += lib/Vyatta/Qos/DropTail.pm share_perl5_DATA += lib/Vyatta/Qos/TrafficLimiter.pm share_perl5_DATA += lib/Vyatta/Qos/LimiterClass.pm share_perl5_DATA += lib/Vyatta/Qos/RoundRobin.pm +share_perl5_DATA += lib/Vyatta/Qos/NetworkEmulator.pm share_perl5_DATA += lib/Vyatta/Qos/WeightedRandom.pm etcdir = /etc |