[pisa-src] r1130 - in trunk: community-operator pairing pisacd pisand pisasd test

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 19:25:40 +0200

Author: biurrun
Date: Tue Oct 13 19:25:39 2009
New Revision: 1130

Log:
Remove unnecessary LDFLAGS settings that refer to the removed libconfig copy.

Modified:
   trunk/community-operator/Makefile.am
   trunk/pairing/Makefile.am
   trunk/pisacd/Makefile.am
   trunk/pisand/Makefile.am
   trunk/pisasd/Makefile.am
   trunk/test/Makefile.am

Modified: trunk/community-operator/Makefile.am
==============================================================================
--- trunk/community-operator/Makefile.am        Tue Oct 13 19:18:46 2009        
(r1129)
+++ trunk/community-operator/Makefile.am        Tue Oct 13 19:25:39 2009        
(r1130)
@@ -15,7 +15,6 @@
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig
-  LDFLAGS += -L$(top_srcdir)/libpisa
 else
 if PISA_FORCE_SHLIBCONFIG
   LDADD += @PISA_LIBPISA_LIB_STATIC@ -lconfig

Modified: trunk/pairing/Makefile.am
==============================================================================
--- trunk/pairing/Makefile.am   Tue Oct 13 19:18:46 2009        (r1129)
+++ trunk/pairing/Makefile.am   Tue Oct 13 19:25:39 2009        (r1130)
@@ -27,7 +27,6 @@
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig -lm
-  LDFLAGS += -L$(top_srcdir)/libpisa
 else
 if PISA_FORCE_SHLIBCONFIG
   LDADD += @PISA_LIBPISA_LIB_STATIC@ -lconfig

Modified: trunk/pisacd/Makefile.am
==============================================================================
--- trunk/pisacd/Makefile.am    Tue Oct 13 19:18:46 2009        (r1129)
+++ trunk/pisacd/Makefile.am    Tue Oct 13 19:25:39 2009        (r1130)
@@ -19,7 +19,6 @@
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig
-  LDFLAGS += -L$(top_srcdir)/libpisa
 else
 if PISA_FORCE_SHLIBCONFIG
   LDADD += @PISA_LIBPISA_LIB_STATIC@ -lconfig

Modified: trunk/pisand/Makefile.am
==============================================================================
--- trunk/pisand/Makefile.am    Tue Oct 13 19:18:46 2009        (r1129)
+++ trunk/pisand/Makefile.am    Tue Oct 13 19:25:39 2009        (r1130)
@@ -18,7 +18,6 @@
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig
-  LDFLAGS += -L$(top_srcdir)/libpisa
 else
 if PISA_FORCE_SHLIBCONFIG
   LDADD += @PISA_LIBPISA_LIB_STATIC@ -lconfig

Modified: trunk/pisasd/Makefile.am
==============================================================================
--- trunk/pisasd/Makefile.am    Tue Oct 13 19:18:46 2009        (r1129)
+++ trunk/pisasd/Makefile.am    Tue Oct 13 19:25:39 2009        (r1130)
@@ -20,7 +20,6 @@
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig
-  LDFLAGS += -L$(top_srcdir)/libpisa
 else
 if PISA_FORCE_SHLIBCONFIG
   LDADD += @PISA_LIBPISA_LIB_STATIC@ -lconfig

Modified: trunk/test/Makefile.am
==============================================================================
--- trunk/test/Makefile.am      Tue Oct 13 19:18:46 2009        (r1129)
+++ trunk/test/Makefile.am      Tue Oct 13 19:25:39 2009        (r1130)
@@ -46,7 +46,6 @@
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig
-  LDFLAGS += -L$(top_srcdir)/libpisa
 else
 if PISA_FORCE_SHLIBCONFIG
   LDADD += @PISA_LIBPISA_LIB_STATIC@ -lconfig

Other related posts:

  • » [pisa-src] r1130 - in trunk: community-operator pairing pisacd pisand pisasd test - Diego Biurrun