summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-26 16:49:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-11 14:26:07 +1000
commit88fcb0938a898ef6c9f48fce2874c37e3788fe9c (patch)
treeeb112d70c3c68c2038205372f329962fd342cb46 /src/Makefile.am
parent2780363f96d07f8ca62507246bb04f6894e3b13d (diff)
Add XIQueryVersion() - query and announce the supported XI version.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 93907fc..61f21cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,7 +52,8 @@ libXi_la_SOURCES = \
XWarpDvPtr.c \
XExtInt.c \
XISelEv.c \
- XIint.h
+ XIint.h \
+ XIQueryVersion.c
libXi_la_LIBADD = $(XI_LIBS)