From f507660421c3f005dfba591166d5545464a5c282 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 7 Dec 2010 11:09:13 -0500 Subject: [PATCH] config: let Automake handle Lex and Yacc dist and cleaning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit BUILT_SOURCES and MAINTAINERCLEAN are not needed for lex and yacc Note that xkbscan was missing on those lines. Automake generates all the rules to handle building, distribution and cleaning. Acked-by: Daniel Stone Reviewed-by: Kristian Høgsberg Signed-off-by: Gaetan Nadon --- src/xkbcomp/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xkbcomp/Makefile.am b/src/xkbcomp/Makefile.am index 59a49a9..db54c55 100644 --- a/src/xkbcomp/Makefile.am +++ b/src/xkbcomp/Makefile.am @@ -2,9 +2,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) \ -DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' -BUILT_SOURCES = xkbparse.c -MAINTAINERCLEANFILES = $(BUILT_SOURCES) - noinst_LTLIBRARIES = libxkbcomp.la libxkbcomp_la_SOURCES = \ action.c \ -- 2.7.4