diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-02-21 18:11:33 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-03-27 14:09:43 +0000 |
commit | f23dd02b969089b66685f70887f19041049f7a24 (patch) | |
tree | 4a4fd23daa94eb5ae963d5675d4a87549277e0bf /Xi | |
parent | 45b223e1c2bdc447263a9de7af62c93f4058c33c (diff) |
Build Xi/stubs.c once as a convenience library, rather than once for each DDX which wants to use it
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Xi/Makefile.am b/Xi/Makefile.am index af85bd049..6c456c4ac 100644 --- a/Xi/Makefile.am +++ b/Xi/Makefile.am @@ -1,4 +1,4 @@ -noinst_LTLIBRARIES = libXi.la +noinst_LTLIBRARIES = libXi.la libXistubs.la AM_CFLAGS = $(DIX_CFLAGS) @@ -107,4 +107,5 @@ libXi_la_SOURCES = \ xiwarppointer.c \ xiwarppointer.h -EXTRA_DIST = stubs.c +libXistubs_la_SOURCES = \ + stubs.c |