commit | 5d70c251cd74eb50453afe07daf5ac7e844b5d78 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jun 15 22:42:22 2017 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 02 20:18:18 2017 +0000 |
tree | 229bab16879ba2a71b3797eb28c9050e1c231842 | |
parent | 8a502f51303a1cc437cbf370767b85c35a5b6f95 [diff] [blame] |
evdevpp: Add test directory for libevdev wrappers Change-Id: Ib9d2e5cee2b9c1e28eb08c3c85f36f448160c16f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configure.ac b/configure.ac index b7842fd..11d557e 100644 --- a/configure.ac +++ b/configure.ac
@@ -161,5 +161,5 @@ ]) # Create configured output -AC_CONFIG_FILES([Makefile test/Makefile sdevent/test/Makefile]) +AC_CONFIG_FILES([Makefile test/Makefile sdevent/test/Makefile evdevpp/test/Makefile]) AC_OUTPUT