diff options
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 |