Install the pmutil.h header file.  It contains the PmQueue
single-reader, single-writer queue interface which applications can use
for message passing without locks.

Downstream packagers such as Fedora and mxe.cc have been shipping this
file but this should really be done upstream.

Signed-off-by: Stefan Hajnoczi <[email protected]>
---
 pm_dylib/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pm_dylib/CMakeLists.txt b/pm_dylib/CMakeLists.txt
index f693dd6..da24c16 100644
--- a/pm_dylib/CMakeLists.txt
+++ b/pm_dylib/CMakeLists.txt
@@ -123,5 +123,6 @@ if(UNIX)
     LIBRARY DESTINATION /usr/local/lib
     ARCHIVE DESTINATION /usr/local/lib)
   INSTALL(FILES ../pm_common/portmidi.h ../porttime/porttime.h
+                ../pm_common/pmutil.h
     DESTINATION /usr/local/include)
 endif(UNIX)
-- 
1.8.1.4

_______________________________________________
media_api mailing list
[email protected]
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to