[gnome-shell] build: Fix building introspection for ShellRecorder
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] build: Fix building introspection for ShellRecorder
- Date: Tue, 3 Sep 2013 11:53:55 +0000 (UTC)
commit 56179d8a540a5277f8f02e094ca3a5b080461c82
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Sep 3 02:51:57 2013 +0200
build: Fix building introspection for ShellRecorder
This is a regression from commit 21a85832b3f, which resulted in
shell-recorder.[ch] not being included in gir generation.
https://bugzilla.gnome.org/show_bug.cgi?id=707308
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 7af1f80..b912467 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -229,7 +229,7 @@ shell_recorder_sources = \
# Custom element is an internal detail
if BUILD_RECORDER
-libgnome_shell_la_SOURCES += $(shell_recorder_sources)
+libgnome_shell_sources += $(shell_recorder_sources)
shell_recorder_private_sources = \
shell-recorder-src.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]