|
@@ -50,7 +50,8 @@ lib_LTLIBRARIES = libtotem_pg.la
|
|
|
libtotem_pg_la_SOURCES = $(TOTEM_SRC)
|
|
libtotem_pg_la_SOURCES = $(TOTEM_SRC)
|
|
|
libtotem_pg_la_CFLAGS = $(nss_CFLAGS) $(rdmacm_CFLAGS) $(ibverbs_CFLAGS)
|
|
libtotem_pg_la_CFLAGS = $(nss_CFLAGS) $(rdmacm_CFLAGS) $(ibverbs_CFLAGS)
|
|
|
libtotem_pg_la_LDFLAGS = -version-number $(subst .,:,$(SONAME))
|
|
libtotem_pg_la_LDFLAGS = -version-number $(subst .,:,$(SONAME))
|
|
|
-libtotem_pg_la_LIBADD = -lpthread $(LIBQB_LIBS) $(nss_LIBS) $(rdmacm_LIBS) $(ibverbs_LIBS)
|
|
|
|
|
|
|
+libtotem_pg_la_LIBADD = -lpthread $(LIBQB_LIBS) $(nss_LIBS) \
|
|
|
|
|
+ $(rdmacm_LIBS) $(ibverbs_LIBS)
|
|
|
|
|
|
|
|
sbin_PROGRAMS = corosync
|
|
sbin_PROGRAMS = corosync
|
|
|
|
|
|
|
@@ -70,8 +71,11 @@ endif
|
|
|
|
|
|
|
|
corosync_CPPFLAGS = -DLOGCONFIG_USE_ICMAP=1
|
|
corosync_CPPFLAGS = -DLOGCONFIG_USE_ICMAP=1
|
|
|
|
|
|
|
|
|
|
+corosync_CFLAGS = $(statgrab_CFLAGS)
|
|
|
|
|
+
|
|
|
corosync_LDADD = libtotem_pg.la ../common_lib/libcorosync_common.la \
|
|
corosync_LDADD = libtotem_pg.la ../common_lib/libcorosync_common.la \
|
|
|
$(LIBQB_LIBS) $(statgrab_LIBS)
|
|
$(LIBQB_LIBS) $(statgrab_LIBS)
|
|
|
|
|
+
|
|
|
corosync_DEPENDENCIES = libtotem_pg.la ../common_lib/libcorosync_common.la
|
|
corosync_DEPENDENCIES = libtotem_pg.la ../common_lib/libcorosync_common.la
|
|
|
|
|
|
|
|
lint:
|
|
lint:
|