[pisa-src] r1284 - trunk/test/Makefile.am

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 22 Oct 2009 15:40:29 +0200

Author: biurrun
Date: Thu Oct 22 15:40:29 2009
New Revision: 1284

Log:
Remove unnecessary LDFLAGS, the test programs need neither -lconfig nor -lm.

Modified:
   trunk/test/Makefile.am

Modified: trunk/test/Makefile.am
==============================================================================
--- trunk/test/Makefile.am      Thu Oct 22 15:39:39 2009        (r1283)
+++ trunk/test/Makefile.am      Thu Oct 22 15:40:29 2009        (r1284)
@@ -20,8 +20,6 @@
 EXTRA_DIST += packaging/rh-init.d-pisacd
 EXTRA_DIST += packaging/rh-init.d-pisasd
 
-LDFLAGS += -lconfig -lm
-
 if PISA_FORCE_SHLIB
   LDFLAGS += -L../libpisa -lpisa
 else

Other related posts:

  • » [pisa-src] r1284 - trunk/test/Makefile.am - Diego Biurrun