summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
blob: d5b0bed97f07eaf9390ab428eddba5ccf57abcc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#-*-Makefile-*-
# Cluster library makefile fragment, to be included in Makefile.am
# 
lib_LTLIBRARIES += libqpidcluster.la

if CLUSTER

libqpidcluster_la_SOURCES = \
  qpid/cluster/Cpg.cpp \
  qpid/cluster/Cpg.h
libqpidcluster_la_LIBADD= -lcpg

else
# Empty stub library to satisfy rpm spec file.
libqpidcluster_la_SOURCES = 
endif