2009-03-27 07:55:32 -06:00
|
|
|
SUBDIRS = makekeys xkbcomp
|
2009-01-20 08:46:12 -07:00
|
|
|
|
2010-10-21 19:34:41 -06:00
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(builddir)/makekeys
|
2009-03-19 16:10:14 -06:00
|
|
|
AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) $(XMALLOC_ZERO_CFLAGS)
|
2009-01-14 19:00:10 -07:00
|
|
|
|
2009-01-20 08:46:12 -07:00
|
|
|
lib_LTLIBRARIES = libxkbcommon.la
|
2010-10-21 19:34:41 -06:00
|
|
|
libxkbcommon_la_LIBADD = xkbcomp/libxkbcomp.la
|
2009-01-20 08:46:12 -07:00
|
|
|
libxkbcommon_la_SOURCES = \
|
2009-03-05 19:20:15 -07:00
|
|
|
XKBcommonint.h \
|
2009-03-19 17:57:01 -06:00
|
|
|
alloc.c \
|
2009-03-25 20:00:49 -06:00
|
|
|
atom.c \
|
2009-03-28 17:08:46 -06:00
|
|
|
galloc.c \
|
|
|
|
geom.c \
|
2009-03-28 07:32:08 -06:00
|
|
|
keysym.c \
|
2009-03-28 18:55:46 -06:00
|
|
|
malloc.c \
|
2009-03-29 12:25:44 -06:00
|
|
|
maprules.c \
|
2009-03-28 18:55:46 -06:00
|
|
|
misc.c \
|
|
|
|
text.c \
|
2009-04-08 08:46:25 -06:00
|
|
|
xkb.c \
|
|
|
|
xkballoc.h \
|
|
|
|
xkbgeom.h \
|
|
|
|
xkbmisc.h \
|
|
|
|
xkbrules.h
|