diff options
author | Dave Barach <dave@barachs.net> | 2016-06-26 10:42:08 -0400 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2016-07-01 18:20:13 +0000 |
commit | 20c02cb133cf7b8a0570b83acf927d5a0d601a36 (patch) | |
tree | c5358223dab1b0be982fd0f29d8414868393247f /plugins/Makefile.am | |
parent | b8dca74c232d6f177479d644dc3359b82772ea9e (diff) |
Simple ip4 NAT plugin
Change-Id: Iffe77bf2a05ced41474540ff54a842101aad7c41
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 1fcc18ecd29..83dc70bfeda 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -29,3 +29,7 @@ endif if ENABLE_VCGN_PLUGIN SUBDIRS += vcgn-plugin endif + +if ENABLE_SNAT_PLUGIN +SUBDIRS += snat-plugin +endif |