aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-03-23 21:35:20 +0000
committerMichael Brown <mcb30@etherboot.org>2006-03-23 21:35:20 +0000
commit99032beccea35d288ed28aecc50f1a6427051b0f (patch)
tree5c52316cfa08ceba70b7824ebf98aaf01d24661a /src/util/Makefile
parent2299435f1ca6dcebff138fcc8976efe888ea9aaa (diff)
downloadipxe-99032beccea35d288ed28aecc50f1a6427051b0f.zip
ipxe-99032beccea35d288ed28aecc50f1a6427051b0f.tar.gz
ipxe-99032beccea35d288ed28aecc50f1a6427051b0f.tar.bz2
Pick up the gPXE include files when building prototester.
Diffstat (limited to 'src/util/Makefile')
-rw-r--r--src/util/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile b/src/util/Makefile
index 97dec04..21c7b96 100644
--- a/src/util/Makefile
+++ b/src/util/Makefile
@@ -7,7 +7,7 @@ hijack : hijack.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
prototester.o : prototester.c
- $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
+ $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $< -idirafter ../include
prototester : prototester.o $(BLIB)
$(CC) -o $@ $< -lc $(BLIB)