Mercurial > audlegacy-plugins
changeset 1764:0b6e61f2f22b
Connect Mk2 to autoconf.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 10:46:17 -0500 |
parents | a99495a865eb |
children | 1b521a30820b |
files | configure.ac |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Mon Sep 24 10:45:28 2007 -0500 +++ b/configure.ac Mon Sep 24 10:46:17 2007 -0500 @@ -185,6 +185,8 @@ dnl plugin stuff dnl ======================== +AM_SHARED_LIB + dnl Ok, first we find out what flags we need to use. AC_MSG_CHECKING([for what extension and flags to use for plugin compilation]) case "$target" in @@ -1537,6 +1539,8 @@ AC_SUBST(GCC42_CFLAGS) AC_CONFIG_FILES([ + buildsys.mk + extra.mk mk/rules.mk po/Makefile.in ])