Skip to content
Snippets Groups Projects
Commit ecc07180 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Needs LUTIL_LIBS

parent efca851a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ BUILD_SRV = @BUILD_SLURPD@
all-local: slurpd
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@ @LUTIL_LIBS@
slurpd: version.o
$(CC) $(LDFLAGS) -o $@ $(OBJS) version.o $(LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment