summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-05-24 00:45:06 +0100
committernorly <ny-git@enpas.org>2013-05-24 00:45:06 +0100
commit2e60e5b7733fbb99009421ca84a5e3cdc49e7fa7 (patch)
tree673ef3b8045b518312bafca83b7cfeceab0719e8 /Makefile
parentb1b4beb3b33a204c1e8073d34421ae7c968e2f9d (diff)
Use explicit libelf/* path in includes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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