X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=build%2Fconfig.mk;h=9c7dccff2b1c2470e5f2a09e29a8a5aa986c290f;hb=ef2496b3cb7ce66b7f831278be66261834b732e5;hp=899e36329e5c0086e16c20da2c03ecacc31257fa;hpb=c5e56f45e08fcc6c4dceb586ce3d671a3f3907ab;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 = @