[pisa-src] r1288 - trunk/community-operator/Makefile.am

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

Author: biurrun
Date: Thu Oct 22 16:01:55 2009
New Revision: 1288

Log:
Remove last set of unnecessary linker flags.

Modified:
   trunk/community-operator/Makefile.am

Modified: trunk/community-operator/Makefile.am
==============================================================================
--- trunk/community-operator/Makefile.am        Thu Oct 22 15:56:50 2009        
(r1287)
+++ trunk/community-operator/Makefile.am        Thu Oct 22 16:01:55 2009        
(r1288)
@@ -5,8 +5,6 @@
 
 bin_PROGRAMS = co_server co_client
 
-LDFLAGS += -lconfig -lcrypto -lm
-
 if PISA_FORCE_SHLIB
   LDFLAGS += -L../libpisa -lpisa
 else

Other related posts:

  • » [pisa-src] r1288 - trunk/community-operator/Makefile.am - Diego Biurrun