summaryrefslogtreecommitdiff
path: root/code/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'code/util/Makefile')
-rw-r--r--code/util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/util/Makefile b/code/util/Makefile
index caa8226..0645ace 100644
--- a/code/util/Makefile
+++ b/code/util/Makefile
@@ -1,9 +1,9 @@
include ../Makefile.platform
-CFLAGS=$(CFLAGS_PL) -I../core
+CFLAGS=$(CFLAGS_PL) -I../ecp
LDFLAGS=$(LDFLAGS_PL)
obj=util.o
-dep=../core/libecpcore.a ../core/crypto/libecpcr.a ../core/htable/libecpht.a ../core/posix/libecptr.a ../core/posix/libecptm.a ./libecputil.a
+dep=../ecp/libecpcore.a ../ecp/crypto/libecpcr.a ../ecp/htable/libecpht.a ../ecp/posix/libecptr.a ../ecp/posix/libecptm.a ./libecputil.a
%.o: %.c %.h