From cb0b3fec50362d28b91a59693eddd01161b00d95 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Jun 2013 10:55:38 -0500 Subject: Fixes so this all builds --- service/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/CMakeLists.txt') diff --git a/service/CMakeLists.txt b/service/CMakeLists.txt index 12caadc..ac70f23 100644 --- a/service/CMakeLists.txt +++ b/service/CMakeLists.txt @@ -19,7 +19,7 @@ NAMESPACE ServiceIface SERVICE_XML ${CMAKE_CURRENT_SOURCE_DIR}/../data/com.canonical.Unity.Greeter.Broadcast.xml ) -add_library(service-generated STATIC ${HUD_SERVICE_GENERATED_SOURCES}) +add_library(service-generated STATIC ${SERVICE_GENERATED_SOURCES}) target_link_libraries(service-generated ${GLIB2_LIBRARIES} -- cgit v1.2.3