Artifact 49897d69813248a318370a0dddc8b33eaa0e5fdf42486fde64368d2c29f2ad73:
- File tests/plugin/Makefile — part of check-in [feed2dbe67] at 2012-03-05 00:13:27 on branch runtime — Add missing -I for runtime in tests. (user: js, size: 215) [annotate] [blame] [check-ins using] [more...]
PLUGIN_NOINST = TestPlugin${PLUGIN_SUFFIX} SRCS = TestPlugin.m include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../.. -I../../src -I../../src/runtime LIBS := -L../../src -lobjfw ${LIBS} LD = ${OBJC}