X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=dd6ade27e3092a52c36dbdd1fe078873e1b9eb5f;hp=9117d8ebf3ce8fb7e9880b8b3497b4b8e3b946aa;hb=5b6d80327d783e8b6df03f631975503dc6a3637e;hpb=30d91946a284571ac9f56c5190ea78e279807a44 diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 9117d8e..dd6ade2 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -59,5 +59,10 @@ libcec_la_SOURCES += adapter/TDA995x/TDA995xCECAdapterDetection.cpp \ adapter/TDA995x/TDA995xCECAdapterCommunication.cpp endif +## Exynos support +if USE_EXYNOS_API +libcec_la_SOURCES += adapter/Exynos/ExynosCECAdapterDetection.cpp \ + adapter/Exynos/ExynosCECAdapterCommunication.cpp +endif libcec_la_LDFLAGS = @LIBS_LIBCEC@ -version-info @VERSION@