Skip to content

Commit

Permalink
Added IlmThreadSemaphoreOSX to IlmBase/IlmThread/Makefile.am and adde…
Browse files Browse the repository at this point in the history
…d PyIlmBase/PyIlmBase.pc.in back in, looks like it got inadvertently removed by a previous commit.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Jul 17, 2019
1 parent 9d053e4 commit c580d35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions IlmBase/IlmThread/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions PyIlmBase/PyIlmBase.pc.in
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit c580d35

Please sign in to comment.