aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-08-30 20:06:04 +0000
committerTarmac <Unknown>2013-08-30 20:06:04 +0000
commitbba824b6a24b730f5fed6f4a0f70c041b0e58769 (patch)
treee3342580bb866a03f7cd5bdfdf627248056f8c59 /CMakeLists.txt
parent598003c711072f89a86b3021d3b829f6a8b199ae (diff)
parentc70cfef49bbc955db2b28fe2966b34f97a79f9b6 (diff)
downloadayatana-greeter-session-broadcast-bba824b6a24b730f5fed6f4a0f70c041b0e58769.tar.gz
ayatana-greeter-session-broadcast-bba824b6a24b730f5fed6f4a0f70c041b0e58769.tar.bz2
ayatana-greeter-session-broadcast-bba824b6a24b730f5fed6f4a0f70c041b0e58769.zip
Don't build or install the library right now. It's not finished and isn't used yet.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2e8001..37fdccd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,7 +67,7 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -fPIC")
add_subdirectory(data)
add_subdirectory(service)
-add_subdirectory(libunity-greeter-session-broadcast)
+#add_subdirectory(libunity-greeter-session-broadcast)
# TODO
# enable_testing()