[pisa-src] r1286 - trunk/pisasd/Makefile.am

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

Author: biurrun
Date: Thu Oct 22 15:49:08 2009
New Revision: 1286

Log:
Remove the next set of pointless linker flags.

Modified:
   trunk/pisasd/Makefile.am

Modified: trunk/pisasd/Makefile.am
==============================================================================
--- trunk/pisasd/Makefile.am    Thu Oct 22 15:44:43 2009        (r1285)
+++ trunk/pisasd/Makefile.am    Thu Oct 22 15:49:08 2009        (r1286)
@@ -9,8 +9,6 @@
 EXTRA_DIST = pisasd.conf authorized_hosts.conf users.conf
 sysconf_DATA = pisasd.conf authorized_hosts.conf users.conf
 
-LDFLAGS += -lconfig -lm
-
 if PISA_FORCE_SHLIB
   LDFLAGS += -L../libpisa -lpisa
 else

Other related posts:

  • » [pisa-src] r1286 - trunk/pisasd/Makefile.am - Diego Biurrun