diff options
Diffstat (limited to 'app/xinput/src/Makefile.am')
-rw-r--r-- | app/xinput/src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xinput/src/Makefile.am b/app/xinput/src/Makefile.am index 1efddb888..ba0d325ac 100644 --- a/app/xinput/src/Makefile.am +++ b/app/xinput/src/Makefile.am @@ -26,8 +26,8 @@ xinput_LDADD = $(XINPUT_LIBS) if HAVE_XI2 - xinput2_files = hierarchy.c setcp.c -endif # HAVE_XI2 +xinput2_files = hierarchy.c setcp.c test_xi2.c +endif xinput_SOURCES = \ buttonmap.c \ @@ -39,7 +39,6 @@ xinput_SOURCES = \ state.c \ property.c \ test.c \ - version.c \ xinput.c \ xinput.h \ $(xinput2_files) |