PCAP decoder and example dictionary
[anna.git] / example / diameter / pcapDecoder / SConstruct
diff --git a/example/diameter/pcapDecoder/SConstruct b/example/diameter/pcapDecoder/SConstruct
new file mode 100644 (file)
index 0000000..3275f35
--- /dev/null
@@ -0,0 +1,8 @@
+Import ('env')
+
+variant = env ['VARIANT']
+
+result = SConscript ('SConscript', exports='env', variant_dir='%s' % variant, duplicate=0)
+
+Return ('result')
+