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 +- service/service.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'service') 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} diff --git a/service/service.c b/service/service.c index 7cd5cca..e80b471 100644 --- a/service/service.c +++ b/service/service.c @@ -1,5 +1,5 @@ -void +int main (int argc, char * argv[]) { -- cgit v1.2.3