summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index f3f76e9c..48f9e7a0 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -70,7 +70,8 @@ $(filter-out $(special-targets), $(targets)): %: %.o
rpctrace: ../libports/libports.a
rpctrace rpcscan: msgids.o \
- ../libihash/libihash.a
+ ../libihash/libihash.a \
+ ../libshouldbeinlibc/libshouldbeinlibc.a
msgids-CPPFLAGS = -DDATADIR=\"${datadir}\"
fakeauth: authServer.o auth_requestUser.o interruptServer.o \