diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-15 08:18:57 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-15 08:19:07 -0400 |
commit | 54fac72da7156f18870ed6a53ea1ccfa80b6a1f6 (patch) | |
tree | be9f7720dd23e4db298d1ed2359841e2f3701c7e /src/libudev/Makefile.am | |
parent | c99c8103e7d470a5687d36873feeef69ff4172e7 (diff) |
src/libudev/Makefile.am: update libudev revision
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r-- | src/libudev/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index 35f5be2c28..e3971708fb 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -1,8 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -LIBUDEV_CURRENT=5 -LIBUDEV_REVISION=1 -LIBUDEV_AGE=4 +LIBUDEV_CURRENT=2 +LIBUDEV_REVISION=6 +LIBUDEV_AGE=1 define move-to-rootlibdir if test "$(libdir)" != "$(rootlibdir)"; then \ |