1 2 3 4 5 6 7 8 9 10 11 12 13
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