blob: fa40acb7910d12ba03fab6894f86933de7e48444 [file] [log] [blame]
William A. Kennington III8f90e282018-07-17 14:40:14 -07001noinst_PROGRAMS =
2
William A. Kennington III321ed012018-07-17 14:40:14 -07003if BUILD_EXAMPLES
4
William A. Kennington III8f90e282018-07-17 14:40:14 -07005noinst_PROGRAMS += follow
6follow_SOURCES = follow.cpp
William A. Kennington IIIae7d4c52018-07-17 14:40:14 -07007follow_LDADD = $(SDEVENTPLUS_LIBS)
William A. Kennington III321ed012018-07-17 14:40:14 -07008
9endif