summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-05-23 23:38:14 -0400
committerRyan Lortie <desrt@desrt.ca>2010-05-23 23:38:14 -0400
commita3132216e7b2fd15e675fa352dfa33c03be60f7e (patch)
tree05d26abe67f0eb61ae2a6702eb5cb8e68cef82b1 /configure.ac
parentc75c4f2801c523ef48fe613bfb7b094f7a4ac7dd (diff)
downloaddconf-a3132216e7b2fd15e675fa352dfa33c03be60f7e.tar.gz
proper CFLAGS, distcheck fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 709922d..e083490 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,11 +15,15 @@ AC_SUBST(dbusservicedir)
AC_ARG_WITH(dbus_system_service_dir, [ --with-dbus-system-service-dir=PATH choose directory for dbus system service files, [default=PREFIX/share/dbus-1/system-services]], dbussystemservicedir="$withval", dbussystemservicedir=${datadir}/dbus-1/system-services)
AC_SUBST(dbussystemservicedir)
+AC_SUBST(dconfincludedir, ${includedir}/dconf)
+
AC_PATH_PROG(gio_QUERYMODULES, gio-querymodules, no)
AC_OUTPUT([
gsettings/Makefile
service/Makefile
+ common/Makefile
+ engine/Makefile
client/Makefile
tests/Makefile
gvdb/Makefile