summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/librsaref/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/librsaref/Makefile.am')
-rw-r--r--contrib/ntp/librsaref/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/ntp/librsaref/Makefile.am b/contrib/ntp/librsaref/Makefile.am
index 889251e..f745088 100644
--- a/contrib/ntp/librsaref/Makefile.am
+++ b/contrib/ntp/librsaref/Makefile.am
@@ -7,6 +7,9 @@ CLEANFILES = $(EXTRA_LIBRARIES)
# NOTES:
# don't use RSAREF's global.h - we use ours.
+@isRSAREF_TRUE@foo = digit.c digit.h
+@isRSAEURO_TRUE@foo = md4c.c shsc.c
+
nodist_librsaref_a_SOURCES = \
desc.c \
md2c.c \
@@ -27,7 +30,7 @@ nodist_librsaref_a_SOURCES = \
prime.h \
r_random.h \
rsa.h \
- rsaref.h @RSASRCS@
+ rsaref.h $(foo)
librsaref_a_LIBADD = @RSAOBJS@
librsaref_a_DEPENDENCIES = $(librsaref_a_LIBADD)
OpenPOWER on IntegriCloud