From 2103a4da248fdd7fea7d32c21a8605185b3ceca6 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 28 Oct 2009 15:46:46 -0400 Subject: [PATCH] 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 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5290748df..3ed60b43c 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 \