[Xfce4-commits] <thunar-vcs-plugin:master> Added makefile macros as noted in bug #7870.
Peter de Ridder
noreply at xfce.org
Sun Oct 30 11:44:02 CET 2011
Updating branch refs/heads/master
to c838558507b27250cbee77cbca303c702902f192 (commit)
from d9346da30dd5ae029af89a63cf1379870ee19682 (commit)
commit c838558507b27250cbee77cbca303c702902f192
Author: Peter de Ridder <peter at xfce.org>
Date: Sun Aug 14 15:50:03 2011 +0200
Added makefile macros as noted in bug #7870.
macros for GTK GLIB GOBJECT and GTHREAD were missing from some
makefiles.
thunar-vcs-plugin/Makefile.am | 6 ++++++
tvp-svn-helper/Makefile.am | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/thunar-vcs-plugin/Makefile.am b/thunar-vcs-plugin/Makefile.am
index 0c87563..70f248d 100644
--- a/thunar-vcs-plugin/Makefile.am
+++ b/thunar-vcs-plugin/Makefile.am
@@ -60,6 +60,9 @@ endif
thunar_vcs_plugin_la_CFLAGS = \
$(PLATFORM_CFLAGS) \
+ $(GTK_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(GOBJECT_CFLAGS) \
$(THUNARX_CFLAGS) \
$(EXO_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS)
@@ -73,6 +76,9 @@ thunar_vcs_plugin_la_LDFLAGS = \
-export-dynamic \
-module \
$(PLATFORM_LDFLAGS) \
+ $(GTK_LIBS) \
+ $(GLIB_LIBS) \
+ $(GOBJECT_LIBS) \
$(THUNARX_LIBS) \
$(EXO_LIBS) \
$(LIBXFCE4UTIL_LIBS)
diff --git a/tvp-svn-helper/Makefile.am b/tvp-svn-helper/Makefile.am
index bbe6a35..899309f 100644
--- a/tvp-svn-helper/Makefile.am
+++ b/tvp-svn-helper/Makefile.am
@@ -112,6 +112,7 @@ tvp_svn_helper_CFLAGS = \
$(LIBXFCE4UTIL_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
+ $(GTHREAD_CFLAGS) \
$(GOBJECT_CFLAGS) \
$(APR_CFLAGS)
More information about the Xfce4-commits
mailing list