Edit

kc3-lang/libxkbcommon/src/xkbcomp/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Dan Nicholson
    Date : 2009-04-12 11:13:52
    Hash : 3d4c4d06
    Message : Revert "xkbcomp: Remove listing sources" This reverts commit c4c9e36fbf4019d802323d9053f54cbfa6d3d5e5. It turns out that the listing code is used to support the X_kbListComponents request (via XkbListComponents). This will have to be refactored into some reasonable interface instead of the current usage where the server reads xkbcomp stdout. Gross.

  • src/xkbcomp/Makefile.am
  • INCLUDES = -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 \
    	action.h \
    	alias.c \
    	alias.h \
    	compat.c \
    	compat.h \
    	expr.c \
    	expr.h \
    	geometry.c \
    	indicators.c \
    	indicators.h \
    	keycodes.c \
    	keycodes.h \
    	keymap.c \
    	keytypes.c \
    	listing.c \
    	misc.c \
    	misc.h \
    	parseutils.c \
    	parseutils.h \
    	symbols.c \
    	tokens.h \
    	utils.c \
    	utils.h \
    	vmod.c \
    	vmod.h \
    	xkbcomp.c \
    	xkbcomp.h \
    	xkbparse.y \
    	xkbpath.c \
    	xkbpath.h \
    	xkbscan.c