summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2018-01-18 14:40:50 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-01-18 15:12:30 +0100
commitbd2f61d7ef83ed2216e57ca2c82282b3b82071b5 (patch)
treecb06bc842c003f60ba462d95486a2b723c0d3364
parent0cee0bdf6d9b1d5bf03c6310294369a9de159038 (diff)
build: fix test-helpers build issue
-rw-r--r--src/qmicli/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmicli/Makefile.am b/src/qmicli/Makefile.am
index f3873c9..eb63fa7 100644
--- a/src/qmicli/Makefile.am
+++ b/src/qmicli/Makefile.am
@@ -18,6 +18,9 @@ libhelpers_la_SOURCES = \
qmicli-helpers.h \
$(NULL)
+libhelpers_la_LIBADD = \
+ $(GLIB_LIBS)
+
bin_PROGRAMS = qmicli
qmicli_CPPFLAGS = \