summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-03-23 22:35:20 +0100
committerMichael Brown2006-03-23 22:35:20 +0100
commit99032beccea35d288ed28aecc50f1a6427051b0f (patch)
tree5c52316cfa08ceba70b7824ebf98aaf01d24661a /src/util/Makefile
parentAdded prototype for inet_ntoa, even though we don't have the function (diff)
downloadipxe-99032beccea35d288ed28aecc50f1a6427051b0f.tar.gz
ipxe-99032beccea35d288ed28aecc50f1a6427051b0f.tar.xz
ipxe-99032beccea35d288ed28aecc50f1a6427051b0f.zip
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 97dec040..21c7b967 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)