diff options
| -rw-r--r-- | CMakeLists.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ca52ae..626ac02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,8 +96,8 @@ if (WITH_GDM)  	install (TARGETS gdm-switch-user DESTINATION ${CMAKE_INSTALL_BINDIR})  endif (WITH_GDM) -install (TARGETS wmstatus brightness input-switch fancontrol-ng priod iexec -	siprandom DESTINATION ${CMAKE_INSTALL_BINDIR}) +install (TARGETS wmstatus paswitch brightness input-switch fancontrol-ng priod +	iexec siprandom DESTINATION ${CMAKE_INSTALL_BINDIR})  install (PROGRAMS shellify DESTINATION ${CMAKE_INSTALL_BINDIR})  install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})  | 
