From: stephan b. <sg...@us...> - 2004-12-29 20:21:27
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19929/include/pclasses/System Modified Files: Makefile.toc Log Message: Added missing headers. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.toc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.toc 27 Dec 2004 17:57:55 -0000 1.3 +++ Makefile.toc 29 Dec 2004 20:21:16 -0000 1.4 @@ -9,21 +9,9 @@ ################################################### include toc.make ############## FLEXES: -HEADERS = Condition.h \ - CriticalSection.h \ - Directory.h \ - File.h \ - FileInfo.h \ - Mutex.h \ - PathFinder.h \ - Pipe.h \ - Semaphore.h \ - SharedLib.h \ - SharedMemory.h \ - SystemError.h \ - Thread.h +HEADERS = $(wildcard *.h) DIST_FILES += $(HEADERS) -INSTALL_PACKAGE_HEADERS_DEST = $(prefix)/include/pclasses/System +INSTALL_PACKAGE_HEADERS_DEST = $(INSTALL_PACKAGE_HEADERS_BASE)/System INSTALL_PACKAGE_HEADERS += $(HEADERS) all: |