From 565648f153792a7dea29334d04550228dacad36d Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 13 Dec 2014 15:53:22 +0100 Subject: xrdb: Use sysconfdir for .ad files, since they are settings Taken from GSD commit: 7004dce9b430069ec96f307b84dc5d9289e3c29c From: Rodrigo Moya --- plugins/xrdb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/xrdb/Makefile.am') diff --git a/plugins/xrdb/Makefile.am b/plugins/xrdb/Makefile.am index 04946c8..35d4413 100644 --- a/plugins/xrdb/Makefile.am +++ b/plugins/xrdb/Makefile.am @@ -17,7 +17,7 @@ libxrdb_la_SOURCES = \ libxrdb_la_CPPFLAGS = \ -I$(top_srcdir)/mate-settings-daemon \ - -DDATADIR=\""$(pkgdatadir)"\" \ + -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DMATE_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \ $(AM_CPPFLAGS) -- cgit v1.2.1