diff options
author | Florian Dold <florian@dold.me> | 2021-07-27 11:26:48 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-27 11:26:48 +0200 |
commit | 32f3391be100622a79c40fdce7dcec44418da34c (patch) | |
tree | b15af29e6df4667b2328a4698f80bc7e18b41a5e /src/util/Makefile.am | |
parent | 065ebbf57e673927034357bd85fb8c6519639894 (diff) |
secmod: fchmod socket to ug+rw
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 = \ taler-config taler_exchange_secmod_rsa_SOURCES = \ - taler-exchange-secmod-rsa.c taler-exchange-secmod-rsa.h + taler-exchange-secmod-rsa.c taler-exchange-secmod-rsa.h \ + secmod_common.c secmod_common.h taler_exchange_secmod_rsa_LDADD = \ libtalerutil.la \ -lgnunetutil \ @@ -48,7 +49,8 @@ taler_exchange_secmod_rsa_LDADD = \ $(XLIB) taler_exchange_secmod_eddsa_SOURCES = \ - taler-exchange-secmod-eddsa.c taler-exchange-secmod-eddsa.h + taler-exchange-secmod-eddsa.c taler-exchange-secmod-eddsa.h \ + secmod_common.c secmod_common.h taler_exchange_secmod_eddsa_LDADD = \ libtalerutil.la \ -lgnunetutil \ |