X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=build%2Fconfig.mk;h=9c7dccff2b1c2470e5f2a09e29a8a5aa986c290f;hb=4c37c23040246afe48b1f63a01429052e6da9363;hp=899e36329e5c0086e16c20da2c03ecacc31257fa;hpb=9d645a0059d185291f63c1375bd4e5ae844acde6;p=l2e.git diff --git a/build/config.mk b/build/config.mk index 899e363..9c7dccf 100644 --- a/build/config.mk +++ b/build/config.mk @@ -23,6 +23,9 @@ SDL_LIBS = $(shell pkg-config --libs sdl) SDL_IMG_FLAGS = $(shell pkg-config --cflags SDL_image) SDL_IMG_LIBS = $(shell pkg-config --libs SDL_image) +CPPUNIT_FLAGS = $(shell pkg-config --cflags cppunit) +CPPUNIT_LIBS = $(shell pkg-config --libs cppunit) + # set to empty to show tool invocations VERBOSE = @