From 54f19306fb10138a26fb1ea9da86c19d05770fa4 Mon Sep 17 00:00:00 2001
From: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
Date: Sat, 11 Jan 2014 12:40:54 +0100
Subject: [PATCH] install headers to include/zeroxml and libs to libs

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea68eff..d31d92f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -191,7 +191,7 @@ SET(ZEROXML_OBJS
 
 # Build a library
 IF(CMAKE_SIZEOF_VOID_P MATCHES "8")
-  SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement")
+  SET(LIB_POSTFIX "" CACHE STRING "suffix for 32/64 dir placement")
   MARK_AS_ADVANCED(LIB_POSTFIX)
 ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8")
 IF(NOT DEFINED LIB_POSTFIX)
@@ -247,7 +247,7 @@ INSTALL(FILES
         include/rmalloc.h
         include/xml_cache.h
         include/xml.h
-        DESTINATION include
+        DESTINATION include/zeroxml
        )
 
 IF(UTILS)
-- 
1.8.5.2

