summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-27 11:26:48 +0200
committerFlorian Dold <florian@dold.me>2021-07-27 11:26:48 +0200
commit32f3391be100622a79c40fdce7dcec44418da34c (patch)
treeb15af29e6df4667b2328a4698f80bc7e18b41a5e /src/util/Makefile.am
parent065ebbf57e673927034357bd85fb8c6519639894 (diff)
downloadexchange-32f3391be100622a79c40fdce7dcec44418da34c.tar.gz
exchange-32f3391be100622a79c40fdce7dcec44418da34c.tar.bz2
exchange-32f3391be100622a79c40fdce7dcec44418da34c.zip
secmod: fchmod socket to ug+rw
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 = \
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 \