[openrtm-commit:00914] r62 - trunk/ImageProcessing/opencv/components/Houghline

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 11月 26日 (月) 16:03:31 JST


Author: 
Date: 2012-11-26 16:03:31 +0900 (Mon, 26 Nov 2012)
New Revision: 62

Modified:
   trunk/ImageProcessing/opencv/components/Houghline/Makefile.am
Log:
AM_LDFLAGS=- -> AM_LDFLAGS=

Modified: trunk/ImageProcessing/opencv/components/Houghline/Makefile.am
===================================================================
--- trunk/ImageProcessing/opencv/components/Houghline/Makefile.am	2012-11-26 06:52:45 UTC (rev 61)
+++ trunk/ImageProcessing/opencv/components/Houghline/Makefile.am	2012-11-26 07:03:31 UTC (rev 62)
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS = 1.9
 
 AM_CPPFLAGS=`rtm-config --cflags` `pkg-config --cflags opencv`
-AM_LDFLAGS=-`rtm-config --libs` `pkg-config --libs opencv`
+AM_LDFLAGS=`rtm-config --libs` `pkg-config --libs opencv`
 
 #------------------------------------------------------------
 # Targets



More information about the openrtm-commit mailing list