summaryrefslogtreecommitdiff
path: root/xfconfd/Makefile.am
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2007-10-03 12:34:05 +0000
committerBrian Tarricone <brian@tarricone.org>2007-10-03 12:34:05 +0000
commit6e3eb9e521c7ca454af781ef55b43d1c32088bff (patch)
treec08de354597683bb084dd7cf5360bc98b6e2176e /xfconfd/Makefile.am
parent0395d8ec37100b934b51378a8783911b4a223963 (diff)
downloadxfconf-6e3eb9e521c7ca454af781ef55b43d1c32088bff.tar.gz
* move XfconfBackendError to a more public place and rename it to XfconfError
* allow xfconfd to load multiple backends, the first of which is read/write, and the others are read-only * update docs (Old svn revision: 26762)
Diffstat (limited to 'xfconfd/Makefile.am')
-rw-r--r--xfconfd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfconfd/Makefile.am b/xfconfd/Makefile.am
index 80a55bb..62174dc 100644
--- a/xfconfd/Makefile.am
+++ b/xfconfd/Makefile.am
@@ -21,6 +21,7 @@ xfconfd_SOURCES = \
$(xfconf_backend_sources)
xfconfd_CFLAGS = \
+ -DLIBXFCONF_COMPILATION \
-DBINDIR=\"$(bindir)\" \
-DLOCALEDIR=\"$(localedir)\" \
-I$(top_srcdir)/common \