@@ -32,8 +32,8 @@ rm -f libobjfw.${OBJFW_LIB_MAJOR}.dylib; \ exit $$EXIT include ../buildsys.mk -CPPFLAGS += -I../src -I../src/runtime -I.. -LIBS := -L../src -lobjfw ${LIBS} +CPPFLAGS += -I../src -I../src/exceptions -I../src/runtime -I.. +LIBS := -L../src -lobjfw -L../src/runtime ${RUNTIME_LIBS} ${LIBS} LD = ${OBJC}