From 9e5b57ca293414e51f82f70dd374b70798d08d44 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 14 Aug 2022 20:24:43 +0200 Subject: Drop all references to config.h --- CMakeLists.txt | 1 - config.h | 0 src/indicator-printers-service.c | 3 ++- src/indicator-printers.c | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 config.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a10d2c..24451e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,6 @@ execute_process (COMMAND ${CUPS_CONFIG} --libs OUTPUT_VARIABLE CUPS_LIBS) list (APPEND SERVICE_CFLAGS ${CUPS_CFLAGS}) list (APPEND SERVICE_LDFLAGS ${CUPS_LIBS}) list (APPEND SERVICE_LIBRARIES "cups") -include_directories (${CMAKE_SOURCE_DIR})# Drop this # Custom targets set (ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}) diff --git a/config.h b/config.h deleted file mode 100644 index e69de29..0000000 diff --git a/src/indicator-printers-service.c b/src/indicator-printers-service.c index 8d31360..e2a32f7 100644 --- a/src/indicator-printers-service.c +++ b/src/indicator-printers-service.c @@ -1,7 +1,9 @@ /* * Copyright 2012 Canonical Ltd. + * Copyright 2022 Robert Tari * * Authors: Lars Uebernickel + * Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -21,7 +23,6 @@ #include #include #include "dbus-names.h" -#include "config.h" #include #include "cups-notifier.h" #include "indicator-printers-menu.h" diff --git a/src/indicator-printers.c b/src/indicator-printers.c index ba263c9..2b7bb36 100644 --- a/src/indicator-printers.c +++ b/src/indicator-printers.c @@ -1,7 +1,9 @@ /* * Copyright 2012 Canonical Ltd. + * Copyright 2022 Robert Tari * * Authors: Lars Uebernickel + * Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -16,8 +18,6 @@ * with this program. If not, see . */ -#include "config.h" - #include "indicator-printers.h" #include "indicator-menu-item.h" #include "dbus-names.h" -- cgit v1.2.3