summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-04-26 10:07:32 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-05-01 10:24:52 -0400
commitaa341ebe7bfc1afce30bd685a25523bd96f71e09 (patch)
tree5bcca08aad4e65d288abf218b50172a3137d2d71 /common
parentMerge pull request #1194 from snoack/version (diff)
downloadsway-aa341ebe7bfc1afce30bd685a25523bd96f71e09.tar.gz
sway-aa341ebe7bfc1afce30bd685a25523bd96f71e09.tar.zst
sway-aa341ebe7bfc1afce30bd685a25523bd96f71e09.zip
Fix link to dotfiles, closes #1193
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 11119eeb..4fa71f3a 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -10,6 +10,6 @@ add_library(sway-common STATIC
10 util.c 10 util.c
11 readline.c 11 readline.c
12 stringop.c 12 stringop.c
13 ) 13)
14 14
15target_link_libraries(sway-common m) 15target_link_libraries(sway-common m)