[pisa-src] r1495 - trunk/Makefile.am

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 02 Nov 2009 19:22:20 +0100

Author: biurrun
Date: Mon Nov  2 19:22:20 2009
New Revision: 1495

Log:
When the performance code is enabled, pisacd and pisasd depend on that lib.
Declare that dependency explicitly so that builds are run in the correct order.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Mon Nov  2 17:53:30 2009        (r1494)
+++ trunk/Makefile.am   Mon Nov  2 19:22:20 2009        (r1495)
@@ -62,6 +62,7 @@
   lib_LTLIBRARIES += performance/libperformance.la
   pisacd_pisacd_LDFLAGS += @PISA_PERFORMANCE_LIB_STATIC@
   pisasd_pisasd_LDFLAGS += @PISA_PERFORMANCE_LIB_STATIC@
+  pisacd/pisacd pisasd/pisasd: performance/libperformance.la
 endif
 
 SUBDIRS  = . community-operator pairing test

Other related posts:

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