mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-01 14:55:56 +01:00
Fix missing space in sub-targets.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
f713beea53
commit
cee7b3e7b8
3
Makefile
3
Makefile
@ -79,7 +79,8 @@ all: libexecs tests samples
|
||||
|
||||
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
|
||||
|
||||
COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/ODBC Data/SQLiteData/MySQL
|
||||
COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL
|
||||
COMPONENTS += Data Data/ODBC Data/SQLite Data/MySQL
|
||||
ifneq ($(OSNAME), Cygwin)
|
||||
COMPONENTS += Data/PostgreSQL
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user