Merge branch 'master' into release
[deb_libcec.git] / src / testclient / Makefile.am
index aa23d92b5222bfb946ad99905d0b007d2c35a683..726cf621d352212e7b03306d8d975f1f263387bb 100644 (file)
@@ -1,5 +1,5 @@
 bin_PROGRAMS = cec-client
-cec_client_SOURCES = main.cpp \
-                     ../lib/platform/threads.cpp
+cec_client_SOURCES = main.cpp
 
-cec_client_CPPFLAGS = -I@abs_top_srcdir@/include
\ No newline at end of file
+cec_client_CPPFLAGS = -I@abs_top_srcdir@/include
+cec_client_LDFLAGS = @LIBS_DL@
\ No newline at end of file