[Xfce4-commits] <thunar-vcs-plugin:master> Fixed MACRO naming in makefiles. Bug #7850

Peter de Ridder noreply at xfce.org
Sun Oct 30 11:44:01 CET 2011


Updating branch refs/heads/master
         to d9346da30dd5ae029af89a63cf1379870ee19682 (commit)
       from d60f4d76d79eae733fc22f2e427c0881241ecad7 (commit)

commit d9346da30dd5ae029af89a63cf1379870ee19682
Author: Peter de Ridder <peter at xfce.org>
Date:   Sun Aug 14 15:38:11 2011 +0200

    Fixed MACRO naming in makefiles. Bug #7850
    
    The configure script creates macros ending with _LIBS and not _LDFLAGS.
    The only exception here is PLATFORM_LDFLAGS.

 thunar-vcs-plugin/Makefile.am |    8 ++++----
 tvp-git-helper/Makefile.am    |    2 +-
 tvp-svn-helper/Makefile.am    |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/thunar-vcs-plugin/Makefile.am b/thunar-vcs-plugin/Makefile.am
index 53949b2..0c87563 100644
--- a/thunar-vcs-plugin/Makefile.am
+++ b/thunar-vcs-plugin/Makefile.am
@@ -73,12 +73,12 @@ thunar_vcs_plugin_la_LDFLAGS =						\
 	-export-dynamic							\
 	-module								\
 	$(PLATFORM_LDFLAGS)						\
-	$(THUNARX_LDFLAGS)						\
-	$(EXO_LDFLAGS)							\
-	$(LIBXFCE4UTIL_LDFLAGS)
+	$(THUNARX_LIBS)							\
+	$(EXO_LIBS)							\
+	$(LIBXFCE4UTIL_LIBS)
 if HAVE_SUBVERSION
 thunar_vcs_plugin_la_LDFLAGS +=						\
-	$(APR_LDFLAGS)
+	$(APR_LIBS)
 endif
 
 # vi:set ts=8 sw=8 noet ai nocindent:
diff --git a/tvp-git-helper/Makefile.am b/tvp-git-helper/Makefile.am
index 16ca754..628f0bd 100644
--- a/tvp-git-helper/Makefile.am
+++ b/tvp-git-helper/Makefile.am
@@ -87,7 +87,7 @@ tvp_git_helper_CFLAGS =							\
 	$(GOBJECT_CFLAGS)
 
 tvp_git_helper_LDFLAGS =						\
-	$(PLATFORM_LIBS)						\
+	$(PLATFORM_LDFLAGS)						\
 	$(LIBXFCE4UTIL_LIBS)						\
 	$(GTK_LIBS)							\
 	$(GLIB_LIBS)							\
diff --git a/tvp-svn-helper/Makefile.am b/tvp-svn-helper/Makefile.am
index 98cc5f8..bbe6a35 100644
--- a/tvp-svn-helper/Makefile.am
+++ b/tvp-svn-helper/Makefile.am
@@ -116,7 +116,7 @@ tvp_svn_helper_CFLAGS =							\
 	$(APR_CFLAGS)
 
 tvp_svn_helper_LDFLAGS =						\
-	$(PLATFORM_LIBS)						\
+	$(PLATFORM_LDFLAGS)						\
 	$(LIBXFCE4UTIL_LIBS)						\
 	$(GTK_LIBS)							\
 	$(GLIB_LIBS)							\


More information about the Xfce4-commits mailing list