diff options
author | Kay Sievers <kay@vrfy.org> | 2012-08-10 19:56:57 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-08-10 19:56:57 +0200 |
commit | dbf61afb29e016fe1b4ac48312a782df1d60a3e6 (patch) | |
tree | 82e12903de297fb388c1e85b27fca627943a2f1b /Makefile.am | |
parent | c516c8d17f77a1c761447f4c40c8dfffeda2e06d (diff) |
udev: export udev_device_new_from_device_id()
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ad8f71d821..9062dd65df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,9 +26,9 @@ SUBDIRS = . po # remove targets if the command fails .DELETE_ON_ERROR: -LIBUDEV_CURRENT=1 -LIBUDEV_REVISION=4 -LIBUDEV_AGE=0 +LIBUDEV_CURRENT=2 +LIBUDEV_REVISION=0 +LIBUDEV_AGE=1 LIBGUDEV_CURRENT=1 LIBGUDEV_REVISION=2 |