[pisa-src] r1133 - trunk/pairing

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 20:34:55 +0200

Author: biurrun
Date: Tue Oct 13 20:34:55 2009
New Revision: 1133

Log:
Remove pointless empty variable.

Modified:
   trunk/pairing/Makefile.am

Modified: trunk/pairing/Makefile.am
==============================================================================
--- trunk/pairing/Makefile.am   Tue Oct 13 20:29:03 2009        (r1132)
+++ trunk/pairing/Makefile.am   Tue Oct 13 20:34:55 2009        (r1133)
@@ -23,7 +23,6 @@
 
 LDADD = -lcrypto
 LDFLAGS = @LDFLAGS@
-INCLUDES =
 
 if PISA_FORCE_SHLIB
   LDADD += -lpisa -lconfig -lm

Other related posts:

  • » [pisa-src] r1133 - trunk/pairing - Diego Biurrun