summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-10-27 14:48:09 +0100
committerBastien Nocera <hadess@hadess.net>2010-10-27 14:48:09 +0100
commit96ef91f2103e0a63e631dde4f4999c2eef11bcce (patch)
tree857ec9882f0cff7590f932f2a17c6e4f86513501
parent23e601c25c5ad7add09f94b56fff2c2b43cfaf67 (diff)
downloadgnome-settings-daemon-96ef91f2103e0a63e631dde4f4999c2eef11bcce.tar.gz
xsettings: Add missing files to the plugin
gsd-xsettings-gtk.c really needs to be built into the plugin. Spotted by Richard Hughes.
-rw-r--r--plugins/xsettings/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/xsettings/Makefile.am b/plugins/xsettings/Makefile.am
index de03011e..9f445e32 100644
--- a/plugins/xsettings/Makefile.am
+++ b/plugins/xsettings/Makefile.am
@@ -30,6 +30,8 @@ libxsettings_la_SOURCES = \
gsd-xsettings-plugin.c \
gsd-xsettings-manager.h \
gsd-xsettings-manager.c \
+ gsd-xsettings-gtk.c \
+ gsd-xsettings-gtk.h \
xsettings-common.h \
xsettings-common.c \
xsettings-manager.h \