From 21ce0f2bab1743ed15474ba1468286d6782bf781 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 14 Feb 2006 16:33:38 +0000 Subject: Split detection of Xrender and Xft. Add detection of MIT-SHM. Clean up CFLAGS in Makefile.am --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 921816a..d635909 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,8 +28,8 @@ LIBPATH = $(libdir)/X11/x11perfcomp x11perfcompdir = $(LIBPATH) dist_x11perfcomp_SCRIPTS = fillblnk perfboth perfratio Xmark -x11perf_CFLAGS = $(X11PERF_CFLAGS) -x11perf_LDADD = $(X11PERF_LIBS) -lm +AM_CFLAGS = $(XEXT_CFLAGS) $(XFT_CFLAGS) $(XRENDER_CFLAGS) $(X11PERF_CFLAGS) +x11perf_LDADD = $(XEXT_LIBS) $(XFT_LIBS) $(XRENDER_LIBS) $(X11PERF_LIBS) -lm x11perf_SOURCES = \ bitmaps.c \ -- cgit v1.2.3