diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9162f17..28169dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,8 +28,8 @@ LIBPATH = $(libdir)/X11/x11perfcomp x11perfcompdir = $(LIBPATH) dist_x11perfcomp_SCRIPTS = fillblnk.sh perfboth.sh perfratio.sh Xmark.sh -x11perf_CFLAGS = $(DEP_CFLAGS) -x11perf_LDADD = $(DEP_LIBS) -lm +x11perf_CFLAGS = $(X11PERF_CFLAGS) +x11perf_LDADD = $(X11PERF_LIBS) -lm x11perf_SOURCES = \ bitmaps.c \ |