diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2018-01-18 14:40:50 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-18 15:12:30 +0100 |
commit | bd2f61d7ef83ed2216e57ca2c82282b3b82071b5 (patch) | |
tree | cb06bc842c003f60ba462d95486a2b723c0d3364 | |
parent | 0cee0bdf6d9b1d5bf03c6310294369a9de159038 (diff) |
build: fix test-helpers build issue
-rw-r--r-- | src/qmicli/Makefile.am | 3 |
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 = \ |