summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/client/Makefile
blob: 1751a98bdfed6e4d49a8804490e154a2e19b57d9 (plain)
1
2
3
4
5
6
7
8
9
include .defs.mk

DIRS =

ifneq ($(NDB_ODBC),N)
DIRS += odbc
endif

include $(NDB_TOP)/Epilogue.mk