1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Install the suil interface modules

These will go into the PKGLIBDIR (/usr/lib*/audacity).
This commit is contained in:
Leland Lucius
2020-02-05 15:32:10 -06:00
parent df1aeb8f3f
commit ddd1e5e14f
5 changed files with 52 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ AC_CONFIG_AUX_DIR([autotools])
dnl we have some extra macros in m4/
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 dist-xz foreign no-dist-gzip subdir-objects -Wall -Wno-override tar-ustar])
AM_INIT_AUTOMAKE([1.9 dist-xz foreign no-dist-gzip subdir-objects -Wall -Wno-override -Wno-portability tar-ustar])
AM_MAINTAINER_MODE([disable])
AM_GNU_GETTEXT_VERSION([0.18])