Buildsystem updates
[senf.git] / Examples / Sniffer / SConscript
diff --git a/Examples/Sniffer/SConscript b/Examples/Sniffer/SConscript
deleted file mode 100644 (file)
index 458ed89..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- python -*-
-
-Import('env')
-import SENFSCons
-
-###########################################################################
-
-sources, tests, includes = SENFSCons.Glob(env)
-
-env.Alias('examples', env.Program('sniffer', sources + [ '${LOCALLIBDIR}/AllBundles.o' ]))
-SENFSCons.Doxygen(env)