summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-02 14:19:03 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-07 15:57:09 +0200
commitb32dc7059fe323ed3d2c100e900d9250e31bc0b2 (patch)
tree2cb70907f6e6aa713893c8121e073eebf38e4d58 /Makefile
parentbb2eef443e3e8ecf1ec00c135ce40c5d2dca23cf (diff)
downloadlatrace-b32dc7059fe323ed3d2c100e900d9250e31bc0b2.tar.gz
latrace-b32dc7059fe323ed3d2c100e900d9250e31bc0b2.tar.xz
latrace-b32dc7059fe323ed3d2c100e900d9250e31bc0b2.zip
adding large file support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d903b5..0f5a56c 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,8 @@ include test/Makefile
endif
INCLUDES= -I. -Isrc -Isrc/sysdeps/$(CONFIG_SYSDEP_DIR)
-ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) -O2 -fPIC -Wall $(INCLUDES) -D_GNU_SOURCE
+ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) -O2 -fPIC -Wall $(INCLUDES)
+ALL_CFLAGS+=-D_GNU_SOURCE -imacros src/autoconf.h
%.o: %.c LATRACE-CFLAGS