X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=bd9598fdaeefe4256fce22cbbd34462368a232ef;hb=b45bdacdeee5c96e0294717fbe2c47a49a110fd1;hp=3ac5577961c373ae22b2c79cb9fae2664e04f0ab;hpb=103eb041ef46f322b3c374da47feabab6c378004;p=deb_libcec.git 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@