summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)