diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-13 21:17:53 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-13 21:17:53 +0000 |
commit | c2ec9fbb15c776b9c64451cf32927b1b8d1c560c (patch) | |
tree | c20b84fcd07fafbbe704c2ed194a2adbf0582b01 | |
parent | 74a534f63c1ed016f24dbc3ca31f05b81076e8f0 (diff) |
Only build Xi/stubs.c on DDXs that don't support the Xinput extension
-rw-r--r-- | Xi/Makefile.am | 3 | ||||
-rw-r--r-- | hw/vfb/Makefile.am | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Xi/Makefile.am b/Xi/Makefile.am index 224377e2f..fbe438543 100644 --- a/Xi/Makefile.am +++ b/Xi/Makefile.am @@ -70,10 +70,11 @@ libXi_la_SOURCES = \ setmmap.h \ setmode.c \ setmode.h \ - stubs.c \ ungrdev.c \ ungrdev.h \ ungrdevb.c \ ungrdevb.h \ ungrdevk.c \ ungrdevk.h + +EXTRA_DIST = stubs.c diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index 41564953e..2ea5309fd 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -3,6 +3,7 @@ bin_PROGRAMS = Xvfb SRCS = InitInput.c \ InitOutput.c \ $(top_srcdir)/Xext/dpmsstubs.c \ + $(top_srcdir)/Xi/stubs.c \ $(top_srcdir)/mi/miinitext.c \ $(top_srcdir)/fb/fbcmap.c |