[gnome-shell] Add shell-global-private.h to Makefile.am
- From: Owen Taylor <otaylor src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Add shell-global-private.h to Makefile.am
- Date: Wed, 28 Oct 2009 19:48:01 +0000 (UTC)
commit 2103a4da248fdd7fea7d32c21a8605185b3ceca6
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Wed Oct 28 15:46:46 2009 -0400
Add shell-global-private.h to Makefile.am
Distribute shell-global-private.h (as a non_gir_sources, since it
includes gjs.h and isn't scannable by gobject-introspection.)
src/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 5290748..3ed60b4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -86,6 +86,7 @@ libgnome_shell_la_SOURCES = \
shell-process.h \
shell-global.c \
shell-global.h \
+ shell-global-private.h \
shell-status-menu.c \
shell-status-menu.h \
shell-stack.c \
@@ -102,7 +103,8 @@ libgnome_shell_la_SOURCES = \
shell-wm.h
non_gir_sources = \
- shell-embedded-window-private.h
+ shell-embedded-window-private.h \
+ shell-global-private.h
shell_recorder_sources = \
shell-recorder.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]