diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ plugin_SOURCES = \ inputdev.h \ plugin.cc \ modmap.cc \ - modmap.h + modmap.h \ + quirks.cc \ + quirks.h helper_SOURCES = \ udevhelper.c |