[Xfce4-commits] <thunar-volman:jannis/port-to-udev> Add missing compiler and linker flags for gthread.
Jannis Pohlmann
noreply at xfce.org
Fri Jul 23 10:04:02 CEST 2010
Updating branch refs/heads/jannis/port-to-udev
to 9e3cde5f2c7ad98636e89323512a888c434f4a7d (commit)
from 2f75a7e81a1802866c1e381221ee36994f411499 (commit)
commit 9e3cde5f2c7ad98636e89323512a888c434f4a7d
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Fri Jul 23 10:03:12 2010 +0200
Add missing compiler and linker flags for gthread.
thunar-volman-settings/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/thunar-volman-settings/Makefile.am b/thunar-volman-settings/Makefile.am
index 296e0e7..4b97bf9 100644
--- a/thunar-volman-settings/Makefile.am
+++ b/thunar-volman-settings/Makefile.am
@@ -41,6 +41,7 @@ thunar_volman_settings_SOURCES = \
thunar_volman_settings_CFLAGS = \
$(EXO_CFLAGS) \
$(GLIB_CFLAGS) \
+ $(GTHREAD_CFLAGS) \
$(GTK_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
@@ -54,6 +55,7 @@ thunar_volman_settings_LDFLAGS = \
thunar_volman_settings_LDADD = \
$(EXO_LIBS) \
$(GLIB_LIBS) \
+ $(GTHREAD_LIBS) \
$(GTK_LIBS) \
$(LIBXFCE4UI_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
More information about the Xfce4-commits
mailing list