blob: 1108708b0b4592c31861da5a6d5f5daf0afff0d4 (
plain)
1
2
3
4
5
6
7
8
|
bin_PROGRAMS = cec-follower
man_MANS = cec-follower.1
cec_follower_SOURCES = cec-follower.cpp cec-follower.h cec-processing.cpp cec-tuner.cpp
cec_follower_CPPFLAGS = -I$(top_srcdir)/utils/libcecutil $(GIT_SHA) $(GIT_COMMIT_CNT)
cec_follower_LDADD = -lrt ../libcecutil/libcecutil.la
EXTRA_DIST = cec-follower.1
|