cec: fix linux compilation and warning after the recent changes
[deb_libcec.git] / src / cec-config / Makefile.am
index 33650c5119d012b1927478d2a1f6036e943e1340..a6c6c393d13af441e0b61369e86f1c9af59edb9d 100644 (file)
@@ -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