summaryrefslogtreecommitdiff
path: root/xkb/Makefile.am
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-08-10 19:42:36 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-08-10 19:42:36 +0000
commitef50bba5694ef276a239882fae3502638b4ec784 (patch)
tree92237af745ff7a99204b018148d10f3255775776 /xkb/Makefile.am
parentb99360e264c9531593ce8eb67bd006275ca5e5a0 (diff)
Revert previous patch as it causes build failures
Diffstat (limited to 'xkb/Makefile.am')
-rw-r--r--xkb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkb/Makefile.am b/xkb/Makefile.am
index b31061c97..e0ecb6099 100644
--- a/xkb/Makefile.am
+++ b/xkb/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = libxkb.la
-AM_CFLAGS = $(DIX_CFLAGS) -DXF86DDXACTIONS -I$(top_srcdir)/hw/xfree86/common -I$(top_srcdir)/hw/xfree86/os-support/bus/
+AM_CFLAGS = $(DIX_CFLAGS)
DDX_SRCS = \
ddxBeep.c \
@@ -11,7 +11,7 @@ DDX_SRCS = \
ddxKeyClick.c \
ddxKillSrv.c \
ddxLEDs.c \
- ddxVT.c \
+ ddxVT.c \
ddxLoad.c \
ddxList.c \
ddxConfig.c \