blob: 96f2faaa9fbbd5d2c8151c3790820a2de4538285 [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)
noinst_PROGRAMS += heartbeat_timer
heartbeat_timer_SOURCES = heartbeat_timer.cpp
heartbeat_timer_LDADD = $(SDEVENTPLUS_LIBS)
endif