diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-11-08 14:53:02 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-11-08 14:53:02 -0800 |
commit | e11c6361ee49a6ef5cfd29bbd3a8ac336a992337 (patch) | |
tree | 9e4d766fb77b3fc89cd91e8c22084418736eb846 /configure.ac | |
parent | 7a347794af62e46f0d2b397aa7d94c921e1dc2ab (diff) |
libansr: build and link the library
adding the library to autotools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7cc21e1..514826a 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ AC_CONFIG_FILES([ ]) AC_CONFIG_SUBDIRS([ + libansr libix2 libstage libplay |