summaryrefslogtreecommitdiff
path: root/panels/notifications
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-01-07 16:09:44 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-01-07 16:23:57 -0500
commit8d5f2908b555fd862e22e96cd6ea2343065d9e47 (patch)
tree2301db272d28f210f8540140baa46a1929e0bec7 /panels/notifications
parentd2cb481c54bc651d00d82b973a960a1b8cacf8cc (diff)
downloadgnome-control-center-8d5f2908b555fd862e22e96cd6ea2343065d9e47.tar.gz
panels: add --sourcedir=$(srcdir) when generating resource list
Like b8e93fb3334d605564672272259c8492072a521a but for all panels.
Diffstat (limited to 'panels/notifications')
-rw-r--r--panels/notifications/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/notifications/Makefile.am b/panels/notifications/Makefile.am
index 0135b04d5..e51272e81 100644
--- a/panels/notifications/Makefile.am
+++ b/panels/notifications/Makefile.am
@@ -21,7 +21,7 @@ libnotifications_la_SOURCES = \
libnotifications_la_LIBADD = $(NOTIFICATIONS_PANEL_LIBS) $(PANEL_LIBS)
-resource_files = $(shell glib-compile-resources --generate-dependencies $(srcdir)/notifications.gresource.xml)
+resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/notifications.gresource.xml)
cc-notifications-resources.c: notifications.gresource.xml $(resource_files)
$(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name cc_notifications $<
cc-notifications-resources.h: notifications.gresource.xml $(resource_files)