diff options
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 6 |
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 | ||
41 | taler_exchange_secmod_rsa_SOURCES = \ | 41 | taler_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 | ||
43 | taler_exchange_secmod_rsa_LDADD = \ | 44 | taler_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 | ||
50 | taler_exchange_secmod_eddsa_SOURCES = \ | 51 | taler_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 | ||
52 | taler_exchange_secmod_eddsa_LDADD = \ | 54 | taler_exchange_secmod_eddsa_LDADD = \ |
53 | libtalerutil.la \ | 55 | libtalerutil.la \ |
54 | -lgnunetutil \ | 56 | -lgnunetutil \ |