diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-06-02 14:54:03 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-06-02 14:54:37 +1000 |
commit | d5a69432887ba79495e58bef45ec8fc2f5dfbe1e (patch) | |
tree | 9f5367906f08414795fa1d7abcb2c5aea05d9e45 /src/Makefile.am | |
parent | 5500d5b6f9fe3b94d68046529fbf6c80e5a4f518 (diff) |
Fix typo in Makefile.am, leading to the XI2 source skipping compilation.
Introduced with 59dc570e6ad4adab8066c7b8d2bff77cbf70bed4.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/Makefile.am')
-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) |