summaryrefslogtreecommitdiff
path: root/renderutil/Makefile.am
blob: c9af2a709e9f35457afeae8be8341f1b80a4a16d (plain)
1
2
3
4
5
6
7
8
9
10
11

lib_LTLIBRARIES = libxcb-render-util.la

xcbinclude_HEADERS = xcb_renderutil.h

AM_CPPFLAGS = $(XCB_CFLAGS) $(XCB_RENDER_CFLAGS)
libxcb_render_util_la_SOURCES = cache.c util.c glyph.c
libxcb_render_util_la_LIBADD = $(XCB_LIBS) $(XCB_RENDER_LIBS)
libxcb_render_util_la_LDFLAGS = -no-undefined

pkgconfig_DATA = xcb-renderutil.pc