blob: 7d4be7372ecf8639e5e2ce1e7f68d74337789392 [file] [log] [blame]
noinst_PROGRAMS =
if BUILD_EXAMPLES
noinst_PROGRAMS += follow
follow_SOURCES = follow.cpp
follow_LDADD = $(SDEVENTPLUS_LIBS)
noinst_PROGRAMS += heartbeat
heartbeat_SOURCES = heartbeat.cpp
heartbeat_LDADD = $(SDEVENTPLUS_LIBS)
endif