|
From: Christian P. <cp...@us...> - 2005-01-16 00:08:39
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25391/include/pclasses Modified Files: Makefile.am Log Message: Makefile.am fixes. Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 14 Jan 2005 14:54:07 -0000 1.7 +++ Makefile.am 16 Jan 2005 00:08:00 -0000 1.8 @@ -1,4 +1,6 @@ -SUBDIRS = Unicode IO System Net Util XML App +pclasses_core_includedir=$(includedir)/pclasses + +SUBDIRS = Unicode IO System Plugin Net Util XML App INCLUDES = METASOURCES = AUTO pkginclude_HEADERS = Exception.h IntTypes.h ScopedArrayPtr.h ScopedPtr.h \ |