cec: stick some interfaces before the pthread stuff, so we can add other implementati...
[deb_libcec.git] / src / testclient / Makefile.am
index 34af79bcd62478162de6603aae250fb770b7f232..14b36f818821ddbe2d679ae9872428d9d84fb5c0 100644 (file)
@@ -1,6 +1,7 @@
 bin_PROGRAMS = cec-client
 cec_client_SOURCES = main.cpp \
-                     ../lib/platform/threads.cpp
+                     ../lib/platform/threads.cpp \
+                     ../lib/platform/posix/pthreads.cpp
 
 cec_client_CPPFLAGS = -I@abs_top_srcdir@/include
 cec_client_LDFLAGS = @LIBS_DL@
\ No newline at end of file