aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index d9660c710..7a6f3d6e7 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -39,7 +39,8 @@ CLEANFILES = \
39 taler-config 39 taler-config
40 40
41taler_exchange_secmod_rsa_SOURCES = \ 41taler_exchange_secmod_rsa_SOURCES = \
42 taler-exchange-secmod-rsa.c taler-exchange-secmod-rsa.h 42 taler-exchange-secmod-rsa.c taler-exchange-secmod-rsa.h \
43 secmod_common.c secmod_common.h
43taler_exchange_secmod_rsa_LDADD = \ 44taler_exchange_secmod_rsa_LDADD = \
44 libtalerutil.la \ 45 libtalerutil.la \
45 -lgnunetutil \ 46 -lgnunetutil \
@@ -48,7 +49,8 @@ taler_exchange_secmod_rsa_LDADD = \
48 $(XLIB) 49 $(XLIB)
49 50
50taler_exchange_secmod_eddsa_SOURCES = \ 51taler_exchange_secmod_eddsa_SOURCES = \
51 taler-exchange-secmod-eddsa.c taler-exchange-secmod-eddsa.h 52 taler-exchange-secmod-eddsa.c taler-exchange-secmod-eddsa.h \
53 secmod_common.c secmod_common.h
52taler_exchange_secmod_eddsa_LDADD = \ 54taler_exchange_secmod_eddsa_LDADD = \
53 libtalerutil.la \ 55 libtalerutil.la \
54 -lgnunetutil \ 56 -lgnunetutil \