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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5f66152f31..0b5695f2cf 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,8 @@ src/gudev/gudevenumtypes.c src/gudev/gudevenumtypes.h src/gudev/gudevmarshal.c src/gudev/gudevmarshal.h +src/gudev/GUdev-1.0.gir +src/gudev/GUdev-1.0.typelib src/keymap/check-keymaps.sh src/keymap/keyboard-force-release.sh |