diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 22:18:40 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 22:18:40 +0000 |
commit | 048045a9e714fc85c26028c4de36dff47644b826 (patch) | |
tree | 11bb25bf639eea792e8720d342f83064004deacc /xkb | |
parent | 508cdb5cb01a91b1bf3ef31da80b6b1d36286bf0 (diff) |
Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc
conditional
Add XWin DDX
Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET
Added fbcmap.c
Added miinitext.c
Added -I$(top_srcdir)/Xext/extmod to INCLUDES
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xkb/Makefile.am b/xkb/Makefile.am index d4142b6df..d51566734 100644 --- a/xkb/Makefile.am +++ b/xkb/Makefile.am @@ -51,3 +51,5 @@ libxkb_la_SOURCES = $(DDX_SRCS) $(DIX_SRCS) $(XI_SRCS) $(XKBFILE_SRCS) \ $(X11_SRCS) EXTRA_DIST = xkb.h xkbDflts.h + +INCLUDES = -I$(top_srcdir)/Xext/extmod |