diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-09 20:45:45 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-09 21:18:30 +0200 |
commit | 2d13da8821b8197e62f819b5b996750800e910ab (patch) | |
tree | 836f04b564ea309eedae6c479cfe55da103fd9d5 /Makefile.am | |
parent | 83cd6b754b270091840456a2c8a66dae19f5a7dc (diff) |
udev: remove RUN+="socket:.." and udev_monitor_new_from_netlink()
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 95119e30db..8f56d25496 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ AM_MAKEFLAGS = --no-print-directory SUBDIRS = . po LIBUDEV_CURRENT=13 -LIBUDEV_REVISION=2 +LIBUDEV_REVISION=3 LIBUDEV_AGE=13 LIBGUDEV_CURRENT=1 |