diff options
-rw-r--r-- | server/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am index 3a52d5cc..32c97cea 100644 --- a/server/tests/Makefile.am +++ b/server/tests/Makefile.am @@ -20,6 +20,7 @@ LDADD = \ $(top_builddir)/spice-common/common/libspice-common.la \ $(top_builddir)/server/libspice-server.la \ $(GLIB2_LIBS) \ + $(SPICE_NONPKGCONFIG_LIBS) \ $(NULL) COMMON_BASE = \ |