summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-12-07 11:09:13 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-12-08 15:24:21 -0500
commitf507660421c3f005dfba591166d5545464a5c282 (patch)
treeec43bcf5743c0a19602d366a91f609596137afb9
parente2f9f51667cf88c398d4536cfcc6996e9d0aa62a (diff)
config: let Automake handle Lex and Yacc dist and cleaning
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 <daniel@fooishbar.org> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--src/xkbcomp/Makefile.am3
1 files changed, 0 insertions, 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 \