Skip to content

Commit

Permalink
and rename renderUtil to render-util
Browse files Browse the repository at this point in the history
  • Loading branch information
TORRI Vincent committed Feb 21, 2007
1 parent 1433a5b commit 9c5d3f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions renderutil/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

MAINTAINERCLEANFILES = Makefile.in

lib_LTLIBRARIES = libxcb-renderUtil.la
lib_LTLIBRARIES = libxcb-render-util.la

xcbinclude_HEADERS = xcb_renderutil.h

libxcb_renderUtil_la_SOURCES = cache.c util.c glyph.c
libxcb_renderUtil_la_CPPFLAGS = $(XCB_CFLAGS) $(XCB_RENDER_CFLAGS)
libxcb_renderUtil_la_LIBADD = $(XCB_LIBS) $(XCB_RENDER_LIBS)
libxcb_render_util_la_SOURCES = cache.c util.c glyph.c
libxcb_render_util_la_CPPFLAGS = $(XCB_CFLAGS) $(XCB_RENDER_CFLAGS)
libxcb_render_util_la_LIBADD = $(XCB_LIBS) $(XCB_RENDER_LIBS)

pkgconfig_DATA = xcb-renderutil.pc

Expand Down
2 changes: 1 addition & 1 deletion renderutil/xcb-renderutil.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Name: XCB RenderUtil library
Description: XCB RENDER-extension utilities library
Version: @PACKAGE_VERSION@
Requires: xcb xcb-render
Libs: -L${libdir} -lxcb-renderUtil @LIBS@
Libs: -L${libdir} -lxcb-render-util @LIBS@
Cflags: -I${includedir}

0 comments on commit 9c5d3f1

Please sign in to comment.