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.)
This commit is contained in:
parent
627f86a9dc
commit
2103a4da24
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user