diff options
author | Gabriel Ganne <gabriel.ganne@enea.com> | 2017-02-15 11:37:53 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-02-16 08:17:44 +0000 |
commit | 613c79f8c9fd99439e10141ba4e1fe0d463fc8a3 (patch) | |
tree | d7a62da9335765b2958f059c924b3998d06a0e27 | |
parent | 581b072bab3af281b0475168cce8f5c4c4666f49 (diff) |
add tw_timer_template.c to vpp devel packages
Change-Id: Ia25a8827ed94877e8fe6c0b2ff6d05c1568eb0e1
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
-rw-r--r-- | src/vppinfra.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vppinfra.am b/src/vppinfra.am index eb8a92b89b8..8d375958702 100644 --- a/src/vppinfra.am +++ b/src/vppinfra.am @@ -207,6 +207,7 @@ nobase_include_HEADERS = \ vppinfra/tw_timer_2t_1w_2048sl.h \ vppinfra/tw_timer_16t_2w_512sl.h \ vppinfra/tw_timer_template.h \ + vppinfra/tw_timer_template.c \ vppinfra/types.h \ vppinfra/unix.h \ vppinfra/vec.h \ |