[Podofo-svn] SF.net SVN: podofo:[1146] podofo/trunk/src/CMakeLists.txt
A PDF parsing, modification and creation library.
Brought to you by:
domseichter
|
From: <ri...@us...> - 2009-09-11 05:09:00
|
Revision: 1146
http://podofo.svn.sourceforge.net/podofo/?rev=1146&view=rev
Author: ringerc
Date: 2009-09-11 05:08:52 +0000 (Fri, 11 Sep 2009)
Log Message:
-----------
Failed to update CMakeLists.txt after PdfMutex changes. Sorry.
Modified Paths:
--------------
podofo/trunk/src/CMakeLists.txt
Modified: podofo/trunk/src/CMakeLists.txt
===================================================================
--- podofo/trunk/src/CMakeLists.txt 2009-08-29 08:02:05 UTC (rev 1145)
+++ podofo/trunk/src/CMakeLists.txt 2009-09-11 05:08:52 UTC (rev 1146)
@@ -168,9 +168,9 @@
)
SET(PODOFO_HEADERS2
util/PdfMutex.h
- util/PdfMutex_noop.h
- util/PdfMutex_win32.h
- util/PdfMutex_pthread.h
+ util/PdfMutexImpl_noop.h
+ util/PdfMutexImpl_win32.h
+ util/PdfMutexImpl_pthread.h
util/PdfMutexWrapper.h
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|