[pisa-src] r1287 - trunk/pairing/Makefile.am

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

Author: biurrun
Date: Thu Oct 22 15:56:50 2009
New Revision: 1287

Log:
Remove another set of useless linker flags.

Modified:
   trunk/pairing/Makefile.am

Modified: trunk/pairing/Makefile.am
==============================================================================
--- trunk/pairing/Makefile.am   Thu Oct 22 15:49:08 2009        (r1286)
+++ trunk/pairing/Makefile.am   Thu Oct 22 15:56:50 2009        (r1287)
@@ -15,8 +15,6 @@
        defaults/authorized_hosts.cfg defaults/known_relays.cfg 
defaults/relay_config.cfg \
        defaults/sha.txt defaults/user_config.cfg
 
-LDFLAGS += -lcrypto -lconfig -lm
-
 if PISA_FORCE_SHLIB
   LDFLAGS += -L../libpisa -lpisa
 else

Other related posts:

  • » [pisa-src] r1287 - trunk/pairing/Makefile.am - Diego Biurrun