summaryrefslogtreecommitdiff
path: root/app/xkbcomp/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-28 11:21:52 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-08-28 11:21:52 +0000
commite03da26e2f5829d91468bd99745bf24139cd3e2b (patch)
tree58bcfbc7e0f7092e2266aa9dc0618e92d7dd316d /app/xkbcomp/Makefile.am
parent117398996edfa280b78e8c606358e294219cf8e9 (diff)
Update to xkbcomp 1.2.3
Diffstat (limited to 'app/xkbcomp/Makefile.am')
-rw-r--r--app/xkbcomp/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/xkbcomp/Makefile.am b/app/xkbcomp/Makefile.am
index 9a41b8873..d0e991df3 100644
--- a/app/xkbcomp/Makefile.am
+++ b/app/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