summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-14 12:58:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-14 12:58:35 +0000
commit378943ce672c7386add5ab6a5d0e9ea062025be8 (patch)
tree7fd62839d3f4ee53fe0dca7d56bba71315a60ebb /Makefile.org
parentc65d409afd9466cde42d2e1ef0de6dc790904634 (diff)
Use include dir when copiling fips_premain_dso.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 0d86d7b5e9..a6ae95144f 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -286,7 +286,7 @@ build_testapps:
@dir=crypto; target=testapps; $(BUILD_ONE_CMD)
fips_premain_dso$(EXE_EXT): libcrypto.a
- [ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAGS) \
+ [ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAGS) -Iinclude \
-DFINGERPRINT_PREMAIN_DSO_LOAD -o $@ \
$(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \
libcrypto.a $(EX_LIBS)