diff --git a/IlmBase/IlmThread/Makefile.am b/IlmBase/IlmThread/Makefile.am index 88aaec2362..af996fc412 100644 --- a/IlmBase/IlmThread/Makefile.am +++ b/IlmBase/IlmThread/Makefile.am @@ -8,6 +8,7 @@ libIlmThread_la_SOURCES = IlmThreadPool.h IlmThread.h \ IlmThreadSemaphore.cpp IlmThreadMutex.cpp \ IlmThreadPosix.cpp IlmThreadSemaphorePosix.cpp \ IlmThreadSemaphorePosixCompat.cpp \ + IlmThreadSemaphoreOSX.cpp \ IlmThreadMutexPosix.cpp libIlmThread_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefined diff --git a/PyIlmBase/PyIlmBase.pc.in b/PyIlmBase/PyIlmBase.pc.in new file mode 100644 index 0000000000..63a77deb9d --- /dev/null +++ b/PyIlmBase/PyIlmBase.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +PyIlmBase_includedir=@includedir@/OpenEXR + +Name: PyIlmBase +Description: Python bindings for the IlmBase libraries +Version: @PYILMBASE_VERSION@ +Libs: -L${libdir} @ILMBASE_LDFLAGS@ -lIlmImf -lz @ILMBASE_LIBS@ +Cflags: @ILMBASE_CXXFLAGS@ -I${PyIlmBase_includedir}