diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-04 05:41:20 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-04 05:41:20 -0400 |
commit | 1cc8667cd93d764db6689820825eb78746060384 (patch) | |
tree | d0202f12c48912134b2cf4aaffbc8b0a81d12a1a /src/Makefile.am | |
parent | 813ad77ebb13d38539f0a64f6ad8cfa5ff47fcba (diff) |
Remove libudev-legacy
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, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 82732ca4bb..dcf5b54336 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,8 +23,3 @@ if ENABLE_KEYMAP SUBDIRS += \ keymap endif - -if ENABLE_LEGACYLIB -SUBDIRS += \ - libudev-legacy -endif |