diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-04-12 21:22:18 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-04-12 21:22:18 +0200 |
commit | d9b44f334bf1553f373550a9dc8018e43d5001ef (patch) | |
tree | 616ce54cfb746fdb99b76089648ae731e802a34a /Makefile | |
parent | d8027f2fdb4f688990c94702285097ca426da7cc (diff) | |
download | pcitool-d9b44f334bf1553f373550a9dc8018e43d5001ef.tar.gz pcitool-d9b44f334bf1553f373550a9dc8018e43d5001ef.tar.bz2 pcitool-d9b44f334bf1553f373550a9dc8018e43d5001ef.tar.xz pcitool-d9b44f334bf1553f373550a9dc8018e43d5001ef.zip |
Look for headers in the current directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ BINARIES += pci -INCDIR += +INCDIR += ./ LDINC += $(addprefix -L ,$(LIBDIR)) LDFLAGS += DESTDIR ?= /usr/local |