diff options
author | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2008-01-06 11:17:07 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2008-01-06 11:17:07 +0100 |
commit | 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002 (patch) | |
tree | 7950943be947db7ebe37a095f3e439a13b7cf949 /Makefile.am | |
parent | 686e8b6d33602f5fb7de7a768e532a4ac8090c26 (diff) |
Also mark xkbparse.h as a generated file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5a825f5..eddfe1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ xkbcomp_SOURCES = \ appman_PRE = \ xkbcomp.man -BUILT_SOURCES = xkbparse.c +BUILT_SOURCES = xkbparse.c xkbparse.h MAINTAINERCLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ |