1 diff --git a/makefile b/makefile
2 index 7a92771..31ef664 100644
5 @@ -8,8 +8,8 @@ _openexrid:
16 diff --git a/makefile.config b/makefile.config
17 index 0c6cdfa..0166c4c 100644
24 -OFX_INCLUDE ?= /usr/include/openfx
25 +OFX_INCLUDE ?= /usr/include/OpenFX
26 EXR_INCLUDE ?= /usr/include/OpenEXR
28 RE2_INCLUDE ?= /usr/include
29 @@ -13,5 +13,5 @@ RE2_LIB ?= /usr/lib
31 CPPFLAGS += -O3 -Wall -DNDEBUG -fPIC -I $(EXR_INCLUDE) -I $(OFX_INCLUDE) -I $(RE2_INCLUDE) -Dlinux
32 LDFLAGS += -L$(EXR_LIB) -L$(RE2_LIB) -L../openexrid/$(VERSION) -lpthread
33 -LDFLAGS += -Wl,-Bstatic -lopenexrid -lIlmImf -lIlmThread -lIex -lImath -lHalf -lz -lre2 -Wl,-Bdynamic
34 +LDFLAGS += -lopenexrid -lIlmImf -lIlmThread -lIex -lImath -lHalf -lz -lre2 -Wl,-Bdynamic