Author: remi Date: 2008-06-27 13:05:37 +0200 (Fri, 27 Jun 2008) New Revision: 1280
Modified: software_suite_v2/middleware/tuxdriver/trunk/unix/Makefile Log: * Replaced a linked library Modified: software_suite_v2/middleware/tuxdriver/trunk/unix/Makefile =================================================================== --- software_suite_v2/middleware/tuxdriver/trunk/unix/Makefile 2008-06-27 06:58:44 UTC (rev 1279) +++ software_suite_v2/middleware/tuxdriver/trunk/unix/Makefile 2008-06-27 11:05:37 UTC (rev 1280) @@ -12,7 +12,7 @@ C_PREPROC = CFLAGS = -pipe -std=gnu99 -DUSE_MUTEX -Wall -g0 -O2 -fPIC LIB_DIRS = -LIBS = -lgthread-2.0 -lm +LIBS = -lpthread -lm LDFLAGS = -pipe -shared SRC_OBJS = \ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
