diff options
author | infirit <[email protected]> | 2014-12-13 15:53:22 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-13 18:32:16 +0100 |
commit | 565648f153792a7dea29334d04550228dacad36d (patch) | |
tree | 68d5c24a24fda576b3c8533f7a678538b50bb101 /plugins/xrdb/Makefile.am | |
parent | f228d752968a3f0b607a41eed9dfb7630e1da073 (diff) | |
download | mate-settings-daemon-565648f153792a7dea29334d04550228dacad36d.tar.bz2 mate-settings-daemon-565648f153792a7dea29334d04550228dacad36d.tar.xz |
xrdb: Use sysconfdir for .ad files, since they are settings
Taken from GSD commit: 7004dce9b430069ec96f307b84dc5d9289e3c29c
From: Rodrigo Moya <[email protected]>
Diffstat (limited to 'plugins/xrdb/Makefile.am')
-rw-r--r-- | plugins/xrdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |