diff options
-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 \ |