diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-27 17:11:58 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-27 17:11:58 +0200 |
commit | 33a5cc297680f20e791c792a45fe949f715f5f69 (patch) | |
tree | 3bc109e4a8d1d8db7dc899d48ed5e134e1f9c810 /configure.ac | |
parent | 41ac13f49f0153d544fcf5099bb201cf3a3e19d4 (diff) |
libudev: add library to access udev information
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index eb22a5cb61..4be3ed583a 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 |