From ae46e7dc17aa620b25cae52a8c576022ecc1c66b Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 27 Oct 2012 16:41:01 +0200 Subject: migrate keybindings applet to gsettings --- capplets/common/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'capplets/common/Makefile.am') diff --git a/capplets/common/Makefile.am b/capplets/common/Makefile.am index 358b00cc..83faa3a7 100644 --- a/capplets/common/Makefile.am +++ b/capplets/common/Makefile.am @@ -14,7 +14,8 @@ INCLUDES = \ $(MATE_DESKTOP_CFLAGS) \ $(MARCO_CFLAGS) \ $(GSD_DBUS_CFLAGS) \ - $(GIO_CFLAGS) + $(GIO_CFLAGS) \ + $(DCONF_CFLAGS) noinst_LTLIBRARIES = libcommon.la @@ -26,6 +27,8 @@ libcommon_la_SOURCES = \ capplet-stock-icons.h \ capplet-util.c \ capplet-util.h \ + dconf-util.c \ + dconf-util.h \ file-transfer-dialog.c \ file-transfer-dialog.h \ mate-theme-apply.c \ @@ -44,7 +47,8 @@ libcommon_la_LIBADD = \ $(MARCO_LIBS) \ $(DBUS_LIBS) \ $(MATE_DESKTOP_LIBS) \ - $(GIO_LIBS) + $(GIO_LIBS) \ + $(DCONF_LIBS) mate_theme_test_SOURCES = \ mate-theme-test.c -- cgit v1.2.1