diff options
| author | JP Cimalando <jp-dev@inbox.ru> | 2018-05-07 17:30:27 +0200 |
|---|---|---|
| committer | JP Cimalando <jp-dev@inbox.ru> | 2018-05-07 19:20:23 +0200 |
| commit | f7b624ba819036b9ebfb3f4d0517fd45e01919b2 (patch) | |
| tree | 5f31ce4d7ec0b8f6c90a85a3de0e533691d94104 /tests/Makefile.am | |
| parent | 4a7ca4f1d42fff04eb085d85a3b298df2c937a34 (diff) | |
API names, and conversion from/to API identifier
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e39fdde..c8159da 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ -noinst_PROGRAMS = audioprobe playsaw playraw record duplex testall teststops +noinst_PROGRAMS = audioprobe playsaw playraw record duplex apinames testall teststops AM_CXXFLAGS = -Wall -I$(top_srcdir) @@ -18,6 +18,9 @@ record_LDADD = $(top_builddir)/librtaudio.la duplex_SOURCES = duplex.cpp duplex_LDADD = $(top_builddir)/librtaudio.la +apinames_SOURCES = apinames.cpp +apinames_LDADD = $(top_builddir)/librtaudio.la + testall_SOURCES = testall.cpp testall_LDADD = $(top_builddir)/librtaudio.la |
