vaccinewars

be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars # fast
git clone https://src.adamsgaard.dk/vaccinewars.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit bcd618d514ac79115f96ea2f3affcffe4a2bb7de
parent b49155d6cc356f579fc153aa97cda4f2c733ea97
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:
Mconfigure.in | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in @@ -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 @@ -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],