Kang in older minzip for building in CM9 & CM7

CM7 and CM9 do not have libselinux needed in the newer minzip.
diff --git a/gui/objects.hpp b/gui/objects.hpp
index 8f6f9bb..d37b43e 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -26,7 +26,11 @@
 #include <map>
 
 extern "C" {
+#ifdef HAVE_SELINUX
 #include "../minzip/Zip.h"
+#else
+#include "../minzipold/Zip.h"
+#endif
 }
 
 using namespace rapidxml;