[gnome-panel/wip-warnings-next: 1/20] clock: fix builddir != srcdir
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip-warnings-next: 1/20] clock: fix builddir != srcdir
- Date: Tue, 25 Feb 2020 14:39:15 +0000 (UTC)
commit e242886aa5def2b14fc3796cd71a1bd3066a9915
Author: Sebastian Geiger <sbastig gmx net>
Date: Mon Feb 24 22:32:01 2020 +0100
clock: fix builddir != srcdir
This fixes a regression introduced
by commit 9551272d.
Without the `$(srcdir)` prefix
the header file will not be found
and a warning will be emitted at
build time.
modules/clock/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/modules/clock/Makefile.am b/modules/clock/Makefile.am
index 97b3c308f..12be70849 100644
--- a/modules/clock/Makefile.am
+++ b/modules/clock/Makefile.am
@@ -72,7 +72,7 @@ clock_la_LDFLAGS = \
$(NULL)
clock_enum_headers = \
- clock-utils.h \
+ $(srcdir)/clock-utils.h \
$(NULL)
clock-typebuiltins.c: $(clock_enum_headers)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]