add missing LIBPREFIX definition

This commit is contained in:
Guenter Obiltschnig 2015-03-30 16:21:01 +02:00
parent 072a2bfb8f
commit c2a49cbc63

View File

@ -20,6 +20,8 @@ ifndef POCO_BUILD
export POCO_BUILD=$(POCO_BASE)
endif
LIBPREFIX ?= lib
.PHONY: poco all libexecs cppunit tests samples cleans clean distclean install
# TESTS and SAMPLES are set in config.make