tBasic libtool support added for sound plugins; the plugins themselves have been moved to the plugins/ subdirectory. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bcd618d514ac79115f96ea2f3affcffe4a2bb7de
(DIR) parent b49155d6cc356f579fc153aa97cda4f2c733ea97
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 13 May 2002 15:24:01 +0000
Basic libtool support added for sound plugins; the plugins themselves
have been moved to the plugins/ subdirectory.
Diffstat:
M configure.in | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/configure.in b/configure.in
t@@ -12,6 +12,7 @@ AC_PROG_CC
AC_ISC_POSIX
AC_PROG_INSTALL
AC_PROG_MAKE_SET
+AC_PROG_LIBTOOL
dnl Checks for header files.
AC_HEADER_STDC
t@@ -335,6 +336,7 @@ src/gui_client/Makefile
src/curses_client/Makefile
src/gtkport/Makefile
src/cursesport/Makefile
+src/plugins/Makefile
doc/Makefile
intl/Makefile
po/Makefile.in],