[Xfce4-commits] <thunarx-python:master> More LDFLAGS/LIBS switching

Adam Plumb noreply at xfce.org
Thu May 27 18:10:28 CEST 2010


Updating branch refs/heads/master
         to a4a9ee3b87df08dae9d9bab486c9fb44aa17c5c1 (commit)
       from d7c6f3105ef71a14d1e52ab55a234a769dec11dc (commit)

commit a4a9ee3b87df08dae9d9bab486c9fb44aa17c5c1
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Fri Dec 11 15:46:04 2009 -0500

    More LDFLAGS/LIBS switching

 src/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 6e28e27..1469ca4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,8 +27,8 @@ thunarx_python_la_LDFLAGS =						\
 	-export-dynamic							\
 	-module								\
 	$(THUNARX_LDFLAGS)						\
-	$(PYTHON_LIBS)							\
-	$(PYGTK_LIBS)							\
+	$(PYTHON_LDFLAGS)						\
+	$(PYGTK_LDFLAGS)						\
 	$(GNOMEPYTHON_LIBS)
 
 pyexec_LTLIBRARIES = thunarx.la
@@ -40,7 +40,7 @@ thunarx_la_LDFLAGS =							\
 	-export-symbols-regex						\
 	initthunarx							\
 	$(THUNARX_LDFLAGS)						\
-	$(PYTHON_LDFLAGS)							\
+	$(PYTHON_LDFLAGS)						\
 	$(PYGTK_LDFLAGS)						\
 	$(GNOMEPYTHON_LDFLAGS)
 



More information about the Xfce4-commits mailing list