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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 22 Oct 2009 17:45:04 +0200

Author: biurrun
Date: Thu Oct 22 17:45:04 2009
New Revision: 1292

Log:
Add -lm to linker flags when compiling with HIPL support.

Modified:
   trunk/community-operator/Makefile.am

Modified: trunk/community-operator/Makefile.am
==============================================================================
--- trunk/community-operator/Makefile.am        Thu Oct 22 17:40:13 2009        
(r1291)
+++ trunk/community-operator/Makefile.am        Thu Oct 22 17:45:04 2009        
(r1292)
@@ -12,6 +12,8 @@
 endif
 
 if PISA_WITH_HIPL
+LDFLAGS += -lm
+
 # Things needed for compiling hipl-related codes
 INCLUDES = -I@PISA_HIPL_SRCDIR@/libinet6/include
 INCLUDES += -I@PISA_HIPL_SRCDIR@/libinet6

Other related posts:

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