aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-08-12 10:05:30 -0500
committerBrent Cook <bcook@openbsd.org>2017-08-12 10:05:30 -0500
commit94e4224f5fd17745054ee4a7e5e5b3563e144fc2 (patch)
tree1ec14e67dbd9b4f7508d0c9a8fca99ba9dcf32f1 /crypto/Makefile.am
parentbdec057318a35c1c8152f8dbe84c24e0da7523c4 (diff)
downloadportable-94e4224f5fd17745054ee4a7e5e5b3563e144fc2.tar.gz
portable-94e4224f5fd17745054ee4a7e5e5b3563e144fc2.tar.bz2
portable-94e4224f5fd17745054ee4a7e5e5b3563e144fc2.zip
don't build empty object files
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 046a623..0b12cae 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -524,10 +524,6 @@ libcrypto_la_SOURCES += ec/ec_print.c
524libcrypto_la_SOURCES += ec/eck_prn.c 524libcrypto_la_SOURCES += ec/eck_prn.c
525libcrypto_la_SOURCES += ec/ecp_mont.c 525libcrypto_la_SOURCES += ec/ecp_mont.c
526libcrypto_la_SOURCES += ec/ecp_nist.c 526libcrypto_la_SOURCES += ec/ecp_nist.c
527libcrypto_la_SOURCES += ec/ecp_nistp224.c
528libcrypto_la_SOURCES += ec/ecp_nistp256.c
529libcrypto_la_SOURCES += ec/ecp_nistp521.c
530libcrypto_la_SOURCES += ec/ecp_nistputil.c
531libcrypto_la_SOURCES += ec/ecp_oct.c 527libcrypto_la_SOURCES += ec/ecp_oct.c
532libcrypto_la_SOURCES += ec/ecp_smpl.c 528libcrypto_la_SOURCES += ec/ecp_smpl.c
533noinst_HEADERS += ec/ec_lcl.h 529noinst_HEADERS += ec/ec_lcl.h