X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config%2FMakefile.am;h=a6c6c393d13af441e0b61369e86f1c9af59edb9d;hb=3bafe3532bef1dd02331ccdfe735df8c8e427635;hp=33650c5119d012b1927478d2a1f6036e943e1340;hpb=f57cba645f0f22c109355ef55c78cf328adc2d93;p=deb_libcec.git diff --git a/src/cec-config/Makefile.am b/src/cec-config/Makefile.am index 33650c5..a6c6c39 100644 --- a/src/cec-config/Makefile.am +++ b/src/cec-config/Makefile.am @@ -1,5 +1,5 @@ bin_PROGRAMS = cec-config -cec_client_SOURCES = cec-config.cpp +cec_config_SOURCES = cec-config.cpp -cec_client_CPPFLAGS = -I@abs_top_srcdir@/include -cec_client_LDFLAGS = @LIBS_DL@ \ No newline at end of file +cec_config_CPPFLAGS = -I@abs_top_srcdir@/include +cec_config_LDFLAGS = @LIBS_DL@ \ No newline at end of file