diff options
| author | Enrico Scholz <ensc@ensc.de> | 2014-01-02 20:32:01 +0100 |
|---|---|---|
| committer | Enrico Scholz <ensc@ensc.de> | 2014-01-02 20:39:20 +0100 |
| commit | 2f59b5066e62c81413eb85a5ff59365e0f20c44c (patch) | |
| tree | 876f9daae53bd3fd4608e0d4d2d6ae66181488f1 /Makefile | |
| parent | df32484d1f248233602c48438802954d61d6d49f (diff) | |
| download | vdr-plugin-inputdev-2f59b5066e62c81413eb85a5ff59365e0f20c44c.tar.gz vdr-plugin-inputdev-2f59b5066e62c81413eb85a5ff59365e0f20c44c.tar.bz2 | |
implemented quirks mechanism
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 |
