mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-21 02:41:07 +00:00
Link Performance library with test tools
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@24124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c15918e60b
commit
c0c018e4d2
1 changed files with 5 additions and 5 deletions
10
GNUmakefile
10
GNUmakefile
|
@ -65,8 +65,8 @@ ECPG_libs_PRINCIPAL_CLASS = SQLClientECPG_libs
|
|||
endif
|
||||
TEST_TOOL_NAME += testECPG
|
||||
testECPG_OBJC_FILES = testECPG.m
|
||||
testECPG_TOOL_LIBS += -lSQLClient
|
||||
testECPG_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
||||
testECPG_TOOL_LIBS += -lSQLClient -lPerformance
|
||||
endif
|
||||
|
||||
ifneq ($(POSTGRES),)
|
||||
|
@ -92,7 +92,7 @@ endif
|
|||
TEST_TOOL_NAME += testPostgres
|
||||
testPostgres_OBJC_FILES = testPostgres.m
|
||||
testPostgres_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
||||
testPostgres_TOOL_LIBS += -lSQLClient
|
||||
testPostgres_TOOL_LIBS += -lSQLClient -lPerformance
|
||||
endif
|
||||
|
||||
ifneq ($(JDBC),)
|
||||
|
@ -118,7 +118,7 @@ endif
|
|||
TEST_TOOL_NAME += testJDBC
|
||||
testJDBC_OBJC_FILES = testJDBC.m
|
||||
testJDBC_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
||||
testJDBC_TOOL_LIBS += -lSQLClient
|
||||
testJDBC_TOOL_LIBS += -lSQLClient -lPerformance
|
||||
endif
|
||||
|
||||
ifneq ($(MYSQL),)
|
||||
|
@ -144,7 +144,7 @@ endif
|
|||
TEST_TOOL_NAME += testMySQL
|
||||
testMySQL_OBJC_FILES = testMySQL.m
|
||||
testMySQL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
||||
testMySQL_TOOL_LIBS += -lSQLClient
|
||||
testMySQL_TOOL_LIBS += -lSQLClient -lPerformance
|
||||
endif
|
||||
|
||||
ifneq ($(SQLITE),)
|
||||
|
@ -170,7 +170,7 @@ endif
|
|||
TEST_TOOL_NAME += testSQLite
|
||||
testSQLite_OBJC_FILES = testSQLite.m
|
||||
testSQLite_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
|
||||
testSQLite_TOOL_LIBS += -lSQLClient
|
||||
testSQLite_TOOL_LIBS += -lSQLClient -lPerformance
|
||||
endif
|
||||
|
||||
ifneq ($(ORACLE_HOME),)
|
||||
|
|
Loading…
Reference in a new issue