summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2011-01-09 01:35:52 -0500
committerDiego Escalante Urrelo <descalante@igalia.com>2011-01-10 07:34:32 -0500
commit3f1609f8b812f945c858b01508ba8c78dd89a08f (patch)
treeb55510ef34af7d7e78573af05d822dc17fb13179
parent27e7804ee3021e1e8780a439cf22c24e785ae28e (diff)
downloadlibwnck-gtk3.tar.gz
build: wnckprop requires -lX11gtk3
https://bugzilla.gnome.org/show_bug.cgi?id=639041
-rw-r--r--libwnck/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libwnck/Makefile.am b/libwnck/Makefile.am
index daa17d9..0a61747 100644
--- a/libwnck/Makefile.am
+++ b/libwnck/Makefile.am
@@ -96,7 +96,7 @@ test_tasklist_SOURCES = test-tasklist.c
test_selector_SOURCES = test-selector.c
test_pager_SOURCES = test-pager.c
-wnckprop_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)
+wnckprop_LDADD = $(LIBWNCK_LIBS) $(XLIB_LIBS) ./$(lib_LTLIBRARIES)
wnck_urgency_monitor_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)
test_wnck_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)
test_tasklist_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)