Skip to content
Snippets Groups Projects
Commit e8cc2005 authored by Gaetan Nadon's avatar Gaetan Nadon Committed by Arnaud Fontaine
Browse files

make: use AM_CPPFLAGS rather than per-target libxcb_render_util_la_CPPFLAGS

There is only one target in this directory, so we do not need to trigger
the per-target infrastructure which would require AC_PROG_CC_C_O macro.
So libxcb_render_util_la-util.o simply becomes util.o.

http://www.gnu.org/software/automake/manual/automake.html#Renamed-Objects



Signed-off-by: default avatarGaetan Nadon <memsize@videotron.ca>
Reviewed-by: default avatarArnaud Fontaine <arnau@debian.org>
parent a1652bcd
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ 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_CPPFLAGS = $(XCB_CFLAGS) $(XCB_RENDER_CFLAGS)
libxcb_render_util_la_LIBADD = $(XCB_LIBS) $(XCB_RENDER_LIBS)
libxcb_render_util_la_LDFLAGS = -no-undefined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment