X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=bd9598fdaeefe4256fce22cbbd34462368a232ef;hp=3ac5577961c373ae22b2c79cb9fae2664e04f0ab;hb=ffa8841eb69981b3d597313a595da370139dab9f;hpb=dde4f49dc52b1cd5129970ccb06b1f9b01157098 diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 3ac5577..bd9598f 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -63,5 +63,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@