Chromium Code Reviews| Index: cgpt/Makefile |
| diff --git a/cgpt/Makefile b/cgpt/Makefile |
| index 84895a7a716fbbbd33000bff2901663fc5424139..e48708a31ad165e094e265ebbdcc47e08536b47d 100644 |
| --- a/cgpt/Makefile |
| +++ b/cgpt/Makefile |
| @@ -6,7 +6,7 @@ CFLAGS += -static |
| LDFLAGS += -luuid |
| BUILD_ROOT := ${BUILD}/cgpt |
| -INCLUDES = -I$(FWDIR)/lib/cgptlib/include |
| +INCLUDES = -I$(FWDIR)/lib/cgptlib/include -I$(FWDIR)/include |
| LIBS = ${FWLIB} |
| DESTDIR ?= /usr/bin |