summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7af6808..b66ffac 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ CFLAGS += -g
SOFLAGS = -shared -fPIC
# Pass linker flags here
-LDFLAGS = -I/usr/include/$(PY) -lefence
+#LDFLAGS = -I/usr/include/$(PY) -lefence
+LDFLAGS = -I/usr/include/$(PY)
DESTDIR =
prefix = /usr/local