summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ba59b16b4..848f70e48 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3163,6 +3163,7 @@ proxy_child_LDADD = \
p11_child_SOURCES = \
src/p11_child/p11_child_nss.c \
src/util/atomic_io.c \
+ src/util/util.c \
$(NULL)
p11_child_CFLAGS = \
$(AM_CFLAGS) \
@@ -3172,6 +3173,7 @@ p11_child_CFLAGS = \
p11_child_LDADD = \
libsss_debug.la \
$(TALLOC_LIBS) \
+ $(DHASH_LIBS) \
$(POPT_LIBS) \
$(NSS_LIBS) \
libsss_crypt.la \