[xplc-cvs] xplc/config config.mk.in,1.40,1.41
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Simon L. <sf...@us...> - 2005-10-26 19:19:36
|
Update of /cvsroot/xplc/xplc/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5857/config Modified Files: config.mk.in Log Message: Get XPLC building on FreeBSD 4.11. Index: config.mk.in =================================================================== RCS file: /cvsroot/xplc/xplc/config/config.mk.in,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** config.mk.in 21 Oct 2005 14:56:40 -0000 1.40 --- config.mk.in 26 Oct 2005 19:19:28 -0000 1.41 *************** *** 27,30 **** --- 27,31 ---- CXX=@CXX@ CXXFLAGS+=@CXXFLAGS@ + LDFLAGS+=@LDFLAGS@ pc_version:=@pc_version@ xplcdir_version:=@xplcdir_version@ |