diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | plugin/firewall/iptables/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index d2b922f..de67d1a 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -40,4 +40,5 @@ 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}) SUBDIRS(${subdirs}) diff --git a/plugin/firewall/iptables/CMakeLists.txt b/plugin/firewall/iptables/CMakeLists.txt index 0f77a1b..103eea9 100644 --- a/plugin/firewall/iptables/CMakeLists.txt +++ b/plugin/firewall/iptables/CMakeLists.txt @@ -10,3 +10,4 @@ INCLUDE_DIRECTORIES(BEFORE ../..) ADD_LIBRARY(efw_iptables MODULE ${efw_ipt_SRC}) TARGET_LINK_LIBRARIES(efw_iptables pthread rt gcc_s) SET_TARGET_PROPERTIES(efw_iptables PROPERTIES PREFIX "") +INSTALL(TARGETS efw_iptables LIBRARY DESTINATION ${PREFIX}) |
