summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-07-05 19:50:21 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-07-05 19:50:21 +0000
commit721eb51383f104703cc7d8cedbdc4188b67d8b6c (patch)
treec8eaf43627d4bd3a34a201c3ca4fb40204f3941a
parent2c12886cbf0225df5dd143122ff92425d54544e0 (diff)
downloadxfdesktop-721eb51383f104703cc7d8cedbdc4188b67d8b6c.tar.gz
Add missing LIBX11_LDFLAGS (bug #1984)
(Old svn revision: 22276)
-rw-r--r--panel-plugin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index ce44d1ff..d8da9025 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -38,6 +38,7 @@ xfce4_popup_menu_CFLAGS = \
$(GTK_CFLAGS)
xfce4_popup_menu_LDADD = \
+ $(LIBX11_LDFLAGS) \
$(LIBX11_LIBS) \
$(GTK_LIBS)