mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
13 lines
224 B
Makefile
13 lines
224 B
Makefile
include .defs.mk
|
|
|
|
DIRS += driver
|
|
|
|
#ifneq ($(findstring odbc, $(wildcard /usr/lib/libodbc.so)),)
|
|
#DIRS += dm-unixodbc
|
|
#endif
|
|
|
|
ifneq ($(findstring $(NDB_OS), SOLARIS),)
|
|
DIRS += dm-iodbc
|
|
endif
|
|
|
|
include ${NDB_TOP}/Epilogue.mk
|