diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/CMakeLists.txt | 2 | ||||
-rw-r--r-- | service/service.c | 2 |
2 files changed, 2 insertions, 2 deletions
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[]) { |