From ef50bba5694ef276a239882fae3502638b4ec784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 10 Aug 2005 19:42:36 +0000 Subject: [PATCH] Revert previous patch as it causes build failures --- xkb/Makefile.am | 4 ++-- 1 file 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 \