X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/b06af76677cd70912c9c4f381b0baed28b4f89a4..82d338548e22ae271f50592e759794dd7536a207:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index d537512..a6dedb7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,6 +24,11 @@ bin_PROGRAMS = xinput AM_CFLAGS = $(XINPUT_CFLAGS) xinput_LDADD = $(XINPUT_LIBS) + +if HAVE_XI2 +xinput2_files = hierarchy.c setcp.c test_xi2.c +endif + xinput_SOURCES = \ buttonmap.c \ feedback.c \ @@ -32,7 +37,10 @@ xinput_SOURCES = \ setmode.c \ setptr.c \ state.c \ + property.c \ test.c \ version.c \ xinput.c \ - xinput.h + xinput.h \ + $(xinput2_files) +