Edit

kc3-lang/libxkbcommon/src/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Dan Nicholson
    Date : 2009-03-27 06:55:32
    Hash : 0c1bbb05
    Message : Import xkbcomp sources for CompileKeymap A copy of the xkbcomp sources (except the frontend) have been copied in to provide a means to compile a XkbDescPtr. This definitely doesn't build or do the right thing yet.

  • src/Makefile.am
  • SUBDIRS = makekeys xkbcomp
    
    INCLUDES = -I$(top_srcdir)/include -I$(builddir)/makekeys
    AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) $(XMALLOC_ZERO_CFLAGS)
    
    lib_LTLIBRARIES = libxkbcommon.la
    libxkbcommon_la_LIBADD = xkbcomp/libxkbcomp.la
    libxkbcommon_la_SOURCES = \
    	XKBcommonint.h \
    	alloc.c \
    	galloc.c \
    	atom.c \
    	keysym.c