diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-05-16 19:13:42 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-05-16 19:13:42 +0200 |
commit | 4b718be86db37a37c83793ca410e8d9968e615f2 (patch) | |
tree | 9de5e420db412671f0439f86dcd74ab9ec39e24c /Makefile.am | |
parent | 85e172c9bd223e08f31b466f86df3cca2b517216 (diff) |
libudev: queue - always rebuild queue file when nothing is queued anymore
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 651a15455c..0a340aa391 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ dist_libexec_SCRIPTS = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=11 -LIBUDEV_REVISION=3 +LIBUDEV_REVISION=4 LIBUDEV_AGE=11 SUBDIRS += libudev/docs |