diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-01-04 09:54:52 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-01-21 14:34:02 -0500 |
commit | 6d72c38a3f19934183b1fc330ccc91992cb8588d (patch) | |
tree | 10fbca7cc1327a7246a011b889cc07bfa859982f /src/Makefile.am | |
parent | f715f6d34a6bfbdd1a9a9be4922315d152b4fbb8 (diff) |
Forward-port of libudev.so.0 code from libudev-171
Add --enable-legacylib option to configure, allowing for build and
installation of libudev.so.0 shared library for supporting pre-udev-183
software. Library is installed to rootlibdir.
Note that this legacy library will not be maintained, and should not be used
for anything other than supporting a working system until all software
on the system is migrated to use libudev.so.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1995168536..fdcc0711a9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,3 +23,8 @@ if ENABLE_KEYMAP SUBDIRS += \ keymap endif + +if ENABLE_LEGACYLIB +SUBDIRS += \ + libudev-legacy +endif |