Skip to content

Commit a2f4857

Browse files
committed
also pre-pend -Itests
1 parent a949ef5 commit a2f4857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile_include.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ src/hashes/sha2/sha512_224.o: src/hashes/sha2/sha512.c src/hashes/sha2/sha512_22
343343
src/hashes/sha2/sha512_256.o: src/hashes/sha2/sha512.c src/hashes/sha2/sha512_256.c
344344
src/hashes/sha2/sha256.o: src/hashes/sha2/sha256.c src/hashes/sha2/sha224.c
345345

346-
$(DOBJECTS): LTC_CFLAGS += -Itests
347-
$(TOBJECTS): LTC_CFLAGS += -Itests
346+
$(DOBJECTS): LTC_CFLAGS := -Itests $(LTC_CFLAGS)
347+
$(TOBJECTS): LTC_CFLAGS := -Itests $(LTC_CFLAGS)
348348

349349
#This rule makes the libtomcrypt library.
350350
library: $(LIBNAME)

0 commit comments

Comments
 (0)