X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/8578813fda6787866b6a23b265696a673b213724..3778f707cca0b9f023a8a5fc86e26776ef6e1b6c:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 6a747ef..ba0d325 100644 --- a/src/Makefile.am +++ b/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 \ @@ -37,8 +37,8 @@ xinput_SOURCES = \ setmode.c \ setptr.c \ state.c \ + property.c \ test.c \ - version.c \ xinput.c \ xinput.h \ $(xinput2_files)