summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-01-17 15:28:20 +1300
committerRobert Ancell <robert.ancell@canonical.com>2018-01-17 15:28:20 +1300
commit3be119cf0e3471a09e10bf1a88c98c1d386af7b4 (patch)
tree996ab3d29fef9e88bd29f23854681b1564311fdc
parentee6e151b917b4db6dd640c414986f048c9ee0621 (diff)
downloadlightdm-git-3be119cf0e3471a09e10bf1a88c98c1d386af7b4.tar.gz
Fix test programs failing to link to liblightdm symbols
Don't know what's changed, but this fixes it...
-rw-r--r--tests/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/Makefile.am b/tests/src/Makefile.am
index bd42022e..25eeda0d 100644
--- a/tests/src/Makefile.am
+++ b/tests/src/Makefile.am
@@ -180,6 +180,8 @@ test_qt5_greeter_CXXFLAGS = \
$(common_qt_cxxflags) \
$(LIBLIGHTDM_QT5_CFLAGS)
common_qt_ldadd = \
+ -L$(top_builddir)/liblightdm-gobject \
+ -llightdm-gobject-1 \
-L$(top_builddir)/liblightdm-qt \
$(GLIB_LIBS) \
$(GIO_UNIX_LIBS) \