summaryrefslogtreecommitdiff
path: root/code/util/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-01-11 21:28:22 +0100
committerUros Majstorovic <majstor@majstor.org>2018-01-11 21:28:22 +0100
commit0d0e9facfcea3cf96da3b63285865182fdd5477e (patch)
treecca42e7aab184cad981c794073a4376aa2616193 /code/util/Makefile
parent05e11f491b84a110b9ca08612df370b91e9bdcbc (diff)
refatoring dirs
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