aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp/Makefile.am
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-06-16 08:06:24 +0200
committermarha <marha@users.sourceforge.net>2011-06-16 08:06:24 +0200
commit26686c98bac306ee4e6502850e2dc8afbe4a496a (patch)
treecee1b3d5fb6414da25f6bfe9aafd618c676a7d90 /xkbcomp/Makefile.am
parent0e661faf8cf2e3460b5e2389414f99c035ad4d6a (diff)
downloadvcxsrv-26686c98bac306ee4e6502850e2dc8afbe4a496a.tar.gz
vcxsrv-26686c98bac306ee4e6502850e2dc8afbe4a496a.tar.bz2
vcxsrv-26686c98bac306ee4e6502850e2dc8afbe4a496a.zip
xserver xkeyboard-config xkbcomp git update 16 June 2011
Diffstat (limited to 'xkbcomp/Makefile.am')
-rw-r--r--xkbcomp/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/xkbcomp/Makefile.am b/xkbcomp/Makefile.am
index 9a41b8873..d0e991df3 100644
--- a/xkbcomp/Makefile.am
+++ b/xkbcomp/Makefile.am
@@ -22,7 +22,8 @@
SUBDIRS = man
bin_PROGRAMS = xkbcomp
-AM_CFLAGS = $(XKBCOMP_CFLAGS) -DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' $(CWARNFLAGS)
+AM_CPPFLAGS = -DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"'
+AM_CFLAGS = $(XKBCOMP_CFLAGS) $(CWARNFLAGS)
xkbcomp_LDADD = $(XKBCOMP_LIBS)
xkbcomp_SOURCES = \
@@ -59,10 +60,7 @@ xkbcomp_SOURCES = \
xkbpath.h \
xkbscan.c
-
-BUILT_SOURCES = xkbparse.c
MAINTAINERCLEANFILES = ChangeLog INSTALL
-MAINTAINERCLEANFILES += $(BUILT_SOURCES)
.PHONY: ChangeLog INSTALL