diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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 |