Code

Adding libtap into distribution to help run C based tests
[nagiosplug.git] / tools / setup
index 7fdb980da6ba05d10c8680c275f89bd9d8fec4d7..a8d9825298b1cbca9c5dd5c783a85bf0ea3b47b0 100755 (executable)
@@ -49,3 +49,6 @@ fi
 if [ $docbook = 1 ] ; then
        cd doc && make
 fi
+
+# Untar libtap
+cd external && tar --gzip -xf tap-1.01-altinity.tar.gz