diff options
author | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2008-01-06 11:40:30 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2008-01-06 11:40:30 +0100 |
commit | 2421069a3686f7bff702383675fdb77be108021e (patch) | |
tree | 7bcdac035626895873c9291c712370b9899a5f35 | |
parent | 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002 (diff) |
Revert "Also mark xkbparse.h as a generated file."
Apparently only yacc generates it.
This reverts commit 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eddfe1f..5a825f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ xkbcomp_SOURCES = \ appman_PRE = \ xkbcomp.man -BUILT_SOURCES = xkbparse.c xkbparse.h +BUILT_SOURCES = xkbparse.c MAINTAINERCLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ |