aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 1fcc18ec..83dc70bf 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