Add Acoustic Echo Cancellation services
[platform/core/multimedia/libmm-sound.git] / Makefile.am
index 1e21cee..88a8d74 100644 (file)
@@ -2,9 +2,12 @@ SUBDIRS = common \
                pkgconfig \
                . \
                testsuite
-
 SUBDIRS += focus_server
 
+if ENABLE_AEC
+SUBDIRS += aec
+endif
+
 if UNITTESTS_ENABLED
 SUBDIRS += unittest
 endif