summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-03-30 00:34:00 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-03-30 00:34:00 +0200
commitcda490e1fc19904d015d8d5853af731d3cd983ea (patch)
tree0f94585eb5b8b506a43865f4497a8d1bb3e62d5f /eurephiadm
parent9922a6f9a6476f680923334789b8857a60f76095 (diff)
Restructured ./configure and improved the path setup
Also added install rules to XSLT files
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/eurephiadm/CMakeLists.txt b/eurephiadm/CMakeLists.txt
index b6e37c6..984d258 100644
--- a/eurephiadm/CMakeLists.txt
+++ b/eurephiadm/CMakeLists.txt
@@ -41,3 +41,6 @@ ADD_DEFINITIONS(-DEUREPHIADM_XSLT_PATH="${EUREPHIADM_XSLT_PATH}")
INCLUDE_DIRECTORIES(../common ../database)
ADD_EXECUTABLE(eurephiadm ${efw_ipt_SRC})
TARGET_LINK_LIBRARIES(eurephiadm dl crypto ${EXTRA_LIBS})
+
+INSTALL(TARGETS eurephiadm RUNTIME DESTINATION ${BINDIR})
+SUBDIRS(../xslt/eurephiadm)