diff options
author | Anton Blanchard <anton@samba.org> | 2009-06-30 19:00:45 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-30 19:25:18 -0400 |
commit | 6717534ddc328ae5cdf89f1ef802db83fc451f19 (patch) | |
tree | d7b42574c8c13a36cbfbabf3cb0766acb22279bc /tools/perf/Makefile | |
parent | 1f208ea67821703fd4de056ea6f0baa81f4ad4a5 (diff) |
perf_counter tools: Remove zlib dependency
The zlib devel libraries may not be installed and since we aren't
using zlib we may as well remove it.
Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: a.p.zijlstra@chello.nl
Cc: paulus@samba.org
LKML-Reference: <20090630230140.802078956@samba.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 9c6d0ae3708e..f572c90f610e 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -381,12 +381,6 @@ ifndef CC_LD_DYNPATH | |||
381 | endif | 381 | endif |
382 | endif | 382 | endif |
383 | 383 | ||
384 | ifdef ZLIB_PATH | ||
385 | BASIC_CFLAGS += -I$(ZLIB_PATH)/include | ||
386 | EXTLIBS += -L$(ZLIB_PATH)/$(lib) $(CC_LD_DYNPATH)$(ZLIB_PATH)/$(lib) | ||
387 | endif | ||
388 | EXTLIBS += -lz | ||
389 | |||
390 | ifdef NEEDS_SOCKET | 384 | ifdef NEEDS_SOCKET |
391 | EXTLIBS += -lsocket | 385 | EXTLIBS += -lsocket |
392 | endif | 386 | endif |