Update of /cvsroot/pclasses/pclasses2/include/pclasses/System
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23170/include/pclasses/System
Modified Files:
Makefile.am
Log Message:
- Added Plugin.[h|cpp]
Index: Makefile.am
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am 14 Feb 2005 20:25:58 -0000 1.11
+++ Makefile.am 6 May 2005 16:13:07 -0000 1.12
@@ -5,4 +5,4 @@
pclasses_system_include_HEADERS = SystemError.h SharedMemory.h CriticalSection.h Mutex.h \
Condition.h Semaphore.h Thread.h SharedLib.h File.h FileInfo.h \
Directory.h SystemClock.h ProcessIO.h Process.h ThreadKey.h StorageDevice.h \
- IdeDevice.h Ps2Device.h SerialDevice.h EventQueue.h
+ EventQueue.h Timer.h IdeDevice.h Ps2Device.h SerialDevice.h Plugin.h
|