From 2e60e5b7733fbb99009421ca84a5e3cdc49e7fa7 Mon Sep 17 00:00:00 2001 From: norly Date: Fri, 24 May 2013 00:45:06 +0100 Subject: Use explicit libelf/* path in includes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32dbe7c..b62b9ab 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ HEADERS += $(shell find $(SRCDIR)/ -iname "*.h") SOURCES := $(shell find $(SRCDIR)/ -iname "*.c") OBJS := $(patsubst %.c, $(BUILDDIR)/%.o, $(SOURCES)) -INCLUDES := $(patsubst %, -I%, $(INCLUDEDIR) $(SRCDIR)) -I /usr/include/libelf +INCLUDES := $(patsubst %, -I%, $(INCLUDEDIR) $(SRCDIR)) CFLAGS := -g -Wall LDFLAGS := -lelf -- cgit v1.2.3