aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-08-27 17:11:58 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-08-27 17:11:58 +0200
commit33a5cc297680f20e791c792a45fe949f715f5f69 (patch)
tree3bc109e4a8d1d8db7dc899d48ed5e134e1f9c810 /configure.ac
parent41ac13f49f0153d544fcf5099bb201cf3a3e19d4 (diff)
downloadudev-33a5cc297680f20e791c792a45fe949f715f5f69.tar.gz
libudev: add library to access udev information
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb22a5cb..4be3ed58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,14 @@ AC_DISABLE_STATIC
AC_SYS_LARGEFILE
AC_PROG_LIBTOOL
+dnl /* libudev version */
+LIBUDEV_LT_CURRENT=0
+LIBUDEV_LT_REVISION=0
+LIBUDEV_LT_AGE=0
+AC_SUBST(LIBUDEV_LT_CURRENT)
+AC_SUBST(LIBUDEV_LT_REVISION)
+AC_SUBST(LIBUDEV_LT_AGE)
+
dnl /* libvolume_id version */
VOLID_LT_CURRENT=0
VOLID_LT_REVISION=86
@@ -74,6 +82,8 @@ AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES([
Makefile
udev/Makefile
+ udev/lib/Makefile
+ udev/lib/libudev.pc
rules/Makefile
extras/Makefile
extras/ata_id/Makefile