From: Christian P. <cp...@us...> - 2005-01-17 22:51:14
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1865/src Modified Files: Makefile.am Log Message: Added build export macros. Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 11 Jan 2005 14:53:47 -0000 1.5 +++ Makefile.am 17 Jan 2005 22:50:23 -0000 1.6 @@ -5,6 +5,8 @@ lib_LTLIBRARIES = libpclasses.la +CPPFLAGS = -DPCORE_BUILD + libpclasses_la_LDFLAGS = -no-undefined libpclasses_la_SOURCES = Alloc.cpp Exception.cpp AtomicInt.gcc-x86.cpp \ |