summaryrefslogtreecommitdiff
path: root/storage/ndb/src/common/transporter/priotest/Makefile
blob: 483fc0f1f073c4512a87b5fe481b2c12dff3da87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include .defs.mk

TYPE := ndbapi

SOURCES   = prioTransporterTest.cpp
ARCHIVE_TARGET := libpriotransportertest.a

DIRS := prioTCP prioSHM prioSCI

include $(NDB_TOP)/Epilogue.mk