build: Fix building introspection for ShellRecorder

This is a regression from commit 21a85832b3, which resulted in
shell-recorder.[ch] not being included in gir generation.

https://bugzilla.gnome.org/show_bug.cgi?id=707308
This commit is contained in:
Florian Müllner 2013-09-03 02:51:57 +02:00
parent 47d232f694
commit 56179d8a54

View File

@ -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 \