cec-config-gui: fix 'enabled' status of cbPortNumber now that libCEC no longer unsets...
[deb_libcec.git] / src / cec-config / Makefile.am
index 33650c5119d012b1927478d2a1f6036e943e1340..d7e869b948ed806a519c79e6cff14ce1ea704648 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@ -lrt
\ No newline at end of file