Browse Source

Pick up the gPXE include files when building prototester.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
99032becce
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/util/Makefile

+ 1
- 1
src/util/Makefile View File

@@ -7,7 +7,7 @@ hijack : hijack.c
7 7
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
8 8
 
9 9
 prototester.o : prototester.c
10
-	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
10
+	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $< -idirafter ../include
11 11
 
12 12
 prototester : prototester.o $(BLIB)
13 13
 	$(CC) -o $@ $< -lc $(BLIB)

Loading…
Cancel
Save