From 510db1d630afce59d26d92410acc0bfa6e1478b9 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 18 Feb 2014 12:31:31 +0100 Subject: windows: Use GSettings and drop libwindow-settings dependency --- capplets/windows/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'capplets/windows/Makefile.am') diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am index 1327573e..6be448d3 100644 --- a/capplets/windows/Makefile.am +++ b/capplets/windows/Makefile.am @@ -3,8 +3,7 @@ cappletname = window bin_PROGRAMS = mate-window-properties -mate_window_properties_LDADD = $(MATECC_CAPPLETS_LIBS) \ - $(top_builddir)/libwindow-settings/libmate-window-settings.la +mate_window_properties_LDADD = $(MATECC_CAPPLETS_LIBS) mate_window_properties_SOURCES = \ mate-metacity-support.h \ @@ -21,8 +20,6 @@ Desktop_in_files = mate-window-properties.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \ - -I$(top_srcdir)/libwindow-settings \ - -DMATE_WINDOW_MANAGER_MODULE_PATH=\""$(libdir)/window-manager-settings"\" \ -DUIDIR=\""$(uidir)"\" \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DPIXMAPDIR=\""$(pixmapdir)"\" -- cgit v1.2.1