diff options
author | Yamit Mehta <ymehta@codeaurora.org> | 2016-11-24 09:09:06 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-25 07:13:47 -0800 |
commit | a3cc5d69b4cc988fda86a4111599dece8cedd72d (patch) | |
tree | 8d7f00cdf38a96063a6e8eacf18772418b26e96f /configure.ac | |
parent | b740f8d9f2a4d361ef1be8790d133f9cbd2156ba (diff) |
qahw: test: Add LE makefile for qahw test app
Add makefile for qhal playback and record test app.
Change-Id: I1dcdb217a50e81a7740b48b164314863c8a16d2d
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2584ee2..a1b601ec 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,8 @@ AM_CONDITIONAL([PM_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_PM_SUPPORT = xtrue]) AC_CONFIG_FILES([ \ Makefile \ hal/Makefile \ - qahw_api/Makefile + qahw_api/Makefile \ + qahw_api/test/Makefile ]) AC_OUTPUT |