summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-09-27 09:12:21 +0000
committerihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-09-27 09:12:21 +0000
commit740b23e7398130a506d6b1a0e7e3e7ae7df0f1d5 (patch)
tree356026efab2f5a368bf4437004fa918c9588df22 /configure.ac
parenta437ec80062eef34e861c18488838464aeac1f3b (diff)
downloadpersistence-client-library-740b23e7398130a506d6b1a0e7e3e7ae7df0f1d5.tar.gz
New release 0.1.4, for changes see ChangeLog
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index eec633d..690ac89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([Persistence Client Library], [0.1], [not-valid@xse.de])
+AC_INIT([Persistence Client Library], [0.1.4], [not-valid@xse.de])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_GNU_SOURCE()
@@ -50,6 +50,7 @@ PKG_CHECK_MODULES(DEPS,
automotive-dlt
dbus-1
dconf
+ dconf-dbus-1
glib-2.0)
AC_SUBST(DEPS_CFLAGS)
@@ -90,11 +91,9 @@ esac],
AM_CONDITIONAL(DEBUG, test x"$debug" = x"true")
-#AC_CONFIG_FILES([Makefile
-# persistence_client_library.pc
-# src/Makefile
-# test/Makefile])
AC_CONFIG_FILES([Makefile
+ persistence_client_library.pc
src/Makefile
- test/Makefile])
+ test/Makefile])
+
AC_OUTPUT