diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5760329..9a73c49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,7 @@ libXi_la_SOURCES = \ XUngrDvK.c \ XExtInt.c \ XIint.h \ - $(XI2_SOURCES) + $(XI2_sources) libXi_la_LIBADD = $(XI_LIBS) |