summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-08-02 18:03:01 +0000
committerKeith Packard <keithp@keithp.com>2005-08-02 18:03:01 +0000
commitfabda6a820bdccae85a7c22ad0b30f089952606b (patch)
treeeb17fdaaa83ad238a610db08c6be47ab96048928 /Makefile.am
parent35e0b7ef41ffe1f17ad8f21dbda10267961231ea (diff)
downloadxorg-app-xkbcomp-fabda6a820bdccae85a7c22ad0b30f089952606b.tar.gz
Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are
regenerated after 'make clean' and to make parallel builds work right.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f26059a..1fc999f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,11 @@ xkbcomp_SOURCES = \
dist_man1_MANS = \
xkbcomp.man
+BUILT_SOURCES = xkbparse.c xkbparse.h
+CLEANFILES = $(BUILT_SOURCES)
+
+xkbparse.h: xkbparse.c
+
EXTRA_DIST = \
README.config \
README.enhancing