blob: 1c1091cff7d13ba457ed9aaef01bca875e65682e [file] [log] [blame]
William A. Kennington III1d250552018-08-16 00:46:34 -07001noinst_PROGRAMS =
2
3if BUILD_EXAMPLES
4
5noinst_PROGRAMS += pulse
6pulse_SOURCES = pulse.cpp
7pulse_LDADD = $(GPIOPLUS_LIBS)
8
9endif