From cda490e1fc19904d015d8d5853af731d3cd983ea Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 30 Mar 2009 00:34:00 +0200 Subject: Restructured ./configure and improved the path setup Also added install rules to XSLT files --- plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/CMakeLists.txt') diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index 82fbb6e..2ac083e 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -47,7 +47,7 @@ ADD_LIBRARY(eurephia-auth MODULE ${eurephia_auth_SRC}) TARGET_LINK_LIBRARIES(eurephia-auth dl pthread rt crypto) SET_TARGET_PROPERTIES(eurephia-auth PROPERTIES OUTPUT_NAME eurephia-auth PREFIX "") -INSTALL(TARGETS eurephia-auth LIBRARY DESTINATION ${PREFIX}) +INSTALL(TARGETS eurephia-auth LIBRARY DESTINATION ${PLUGINDIR}) IF(subdirs) SUBDIRS(${subdirs}) -- cgit