diff options
author | alanh <alanh> | 2001-05-01 17:23:26 +0000 |
---|---|---|
committer | alanh <alanh> | 2001-05-01 17:23:26 +0000 |
commit | 87505e1c1f33555593da57379ba93bb0ef8df924 (patch) | |
tree | ec433beabad2db735c8f4b2af0abe3576256e8b7 /programs/x11perf | |
parent | a20ee347a8cc02fdbd62de55c137f445862bc30e (diff) |
disable xload on cygwin platforms.
Diffstat (limited to 'programs/x11perf')
-rw-r--r-- | programs/x11perf/Imakefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/programs/x11perf/Imakefile b/programs/x11perf/Imakefile index 4f14d1900..283d9a343 100644 --- a/programs/x11perf/Imakefile +++ b/programs/x11perf/Imakefile @@ -3,7 +3,7 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:08 cpqbld Exp $ -XCOMM $XFree86: xc/programs/x11perf/Imakefile,v 3.4 2001/01/17 23:45:10 dawes Exp $ +XCOMM $XFree86: xc/programs/x11perf/Imakefile,v 3.5 2001/03/30 02:15:23 keithp Exp $ #ifndef X11perfcompLib #define X11perfcompLib $(LIBDIR)/x11perfcomp @@ -36,6 +36,10 @@ LOCAL_LIBRARIES = $(XFTLIBS) $(XMUULIB) $(XLIB) DEPLIBS = $(XFTDEPS) $(DEPXMUULIB) $(DEPXLIB) SYS_LIBRARIES = MathLibrary +#if UseCygIPC +EXTRA_LIBRARIES = -lcygipc +#endif + #ifndef OS2Architecture ComplexProgramTarget(x11perf) |