diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-20 18:07:59 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-20 18:07:59 +0000 |
commit | bb1d99ee72cc560e95010ea1008d5e796177ae62 (patch) | |
tree | 2a6406eb3c5dbaa1fecee664c2ca42396195eb80 /xkb/Makefile.am | |
parent | 8a32ed46480d78b69f289c90098f5ed4a830851f (diff) |
Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), and
build libxorggxkb.la from within the Xorg DDX to replace the previous
xf86VT.o, et al, hacks.
Diffstat (limited to 'xkb/Makefile.am')
-rw-r--r-- | xkb/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/xkb/Makefile.am b/xkb/Makefile.am index e0ecb6099..6ec34c97e 100644 --- a/xkb/Makefile.am +++ b/xkb/Makefile.am @@ -1,7 +1,7 @@ -noinst_LTLIBRARIES = libxkb.la +noinst_LTLIBRARIES = libxkb.la libxkbstubs.la AM_CFLAGS = $(DIX_CFLAGS) - + DDX_SRCS = \ ddxBeep.c \ ddxCtrls.c \ @@ -9,14 +9,11 @@ DDX_SRCS = \ ddxFakeMtn.c \ ddxInit.c \ ddxKeyClick.c \ - ddxKillSrv.c \ ddxLEDs.c \ - ddxVT.c \ ddxLoad.c \ ddxList.c \ ddxConfig.c \ - ddxDevBtn.c \ - ddxPrivate.c + ddxDevBtn.c DIX_SRCS = \ xkb.c \ @@ -49,5 +46,6 @@ XI_SRCS = xkbPrOtherEv.c libxkb_la_SOURCES = $(DDX_SRCS) $(DIX_SRCS) $(XI_SRCS) $(XKBFILE_SRCS) \ $(X11_SRCS) +libxkbstubs_la_SOURCES = ddxVT.c ddxPrivate.c ddxKillSrv.c EXTRA_DIST = xkb.h xkbDflts.h |