2009-03-27 07:55:32 -06:00
|
|
|
SUBDIRS = makekeys xkbcomp
|
2009-01-20 08:46:12 -07:00
|
|
|
|
2009-03-26 07:50:33 -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
|
2009-03-27 07:55:32 -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 \
|
|
|
|
galloc.c \
|
2009-03-25 20:00:49 -06:00
|
|
|
atom.c \
|
2009-01-20 08:46:12 -07:00
|
|
|
keysym.c
|