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 /Makefile.am | |
parent | 7a347794af62e46f0d2b397aa7d94c921e1dc2ab (diff) |
libansr: build and link the library
adding the library to autotools
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 39053b7..bfb3587 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = libix2 libplay libstage src +SUBDIRS = libansr libix2 libplay libstage src |