summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 11:01:43 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 11:01:43 +0100
commit25373abd8812c613108c2280c0b5a2292eaf9d66 (patch)
tree17c4784fa904998d90336ef2e77071803f234a39
parentfe04de51d03a043160cdaf2ce58badbfab9c2758 (diff)
downloadtwister-25373abd8812c613108c2280c0b5a2292eaf9d66.tar.gz
twister-25373abd8812c613108c2280c0b5a2292eaf9d66.tar.bz2
twister-25373abd8812c613108c2280c0b5a2292eaf9d66.zip
fix ftbfs
-rw-r--r--src/twister/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/twister/Makefile.am b/src/twister/Makefile.am
index 93444a3..0a268c7 100644
--- a/src/twister/Makefile.am
+++ b/src/twister/Makefile.am
@@ -34,7 +34,7 @@ lib_LTLIBRARIES = \
libtalertwister_la_SOURCES = \
twister_api.c twister.h
libtalertwister_la_LIBADD = \
- -lgnunetutil
+ -lgnunetutil \
$(XLIB)
libtalertwister_la_LDFLAGS = \
$(GN_LIB_LDFLAGS) $(WINFLAGS) \