Change /opt/etc/X11/xkb to /etc/X11/xkb
[profile/ivi/xorg-x11-server.git] / composite / Makefile.am
1 noinst_LTLIBRARIES = libcomposite.la
2
3 AM_CFLAGS = $(DIX_CFLAGS)
4
5 if XORG
6 sdk_HEADERS = compositeext.h
7 endif
8
9 libcomposite_la_SOURCES =       \
10         compalloc.c             \
11         compext.c               \
12         compint.h               \
13         compinit.c              \
14         compoverlay.c           \
15         compwindow.c