diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b1ad736..a9b1480 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,8 +55,11 @@ libXi_la_SOURCES = \ XIint.h \ XIQueryVersion.c \ XIQueryDevice.c \ + XISetDevFocus.c \ + XIGetDevFocus.c \ XIFreeEvent.c + libXi_la_LIBADD = $(XI_LIBS) AM_CFLAGS = -I$(top_srcdir)/include \ |