cec: fix access violation when starting the bootloader directly on windows
[deb_libcec.git] / src / testclient / Makefile.am
index 33d9a07a7e48b0fb3d6da181bc90a733000f7c30..8c7862e57da721c19f3e541764484fa4cbb93e5e 100644 (file)
@@ -1,3 +1,5 @@
 bin_PROGRAMS = cec-client
 cec_client_SOURCES = main.cpp
-cec_client_LDFLAGS = -L../lib -lcec
+
+cec_client_CPPFLAGS = -I@abs_top_srcdir@/include
+cec_client_LDFLAGS = @LIBS_DL@ -lrt
\ No newline at end of file