From a7e91dc1da86883c76eb25997e9ecde8a31e37ea Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 7 Oct 2010 17:13:30 -0400 Subject: [PATCH] Add missing CFLAGS to fix build --- panels/background/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/background/Makefile.am b/panels/background/Makefile.am index 8f6aaeaac..6d8278440 100644 --- a/panels/background/Makefile.am +++ b/panels/background/Makefile.am @@ -10,6 +10,7 @@ dist_ui_DATA = \ INCLUDES = \ $(PANEL_CFLAGS) \ + $(GNOMECC_CAPPLETS_CFLAGS) \ $(XML_CFLAGS) \ $(GNOME_DESKTOP_CFLAGS) \ $(DBUS_CFLAGS) \