summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-04-12 21:22:18 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-04-12 21:22:18 +0200
commitd9b44f334bf1553f373550a9dc8018e43d5001ef (patch)
tree616ce54cfb746fdb99b76089648ae731e802a34a /Makefile
parentd8027f2fdb4f688990c94702285097ca426da7cc (diff)
downloadipecamera-d9b44f334bf1553f373550a9dc8018e43d5001ef.tar.gz
ipecamera-d9b44f334bf1553f373550a9dc8018e43d5001ef.tar.bz2
ipecamera-d9b44f334bf1553f373550a9dc8018e43d5001ef.tar.xz
ipecamera-d9b44f334bf1553f373550a9dc8018e43d5001ef.zip
Look for headers in the current directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5183431..d8bf40b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BINARIES += pci
-INCDIR +=
+INCDIR += ./
LDINC += $(addprefix -L ,$(LIBDIR))
LDFLAGS +=
DESTDIR ?= /usr/local