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 3906d647b81b0f02ec3dff06ff07ddb383dddf64
(DIR) parent 633ed8c23610ae196386bc0c6868c79c286c05f0
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 13 May 2002 15:29:11 +0000
Basic libtool support added for sound plugins; the plugins themselves
have been moved to the plugins/ subdirectory.
Diffstat:
M src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/Makefile.am b/src/Makefile.am
t@@ -11,7 +11,7 @@ if CURSESPORT
CURSESPORTSUBDIR = cursesport
endif
-SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR)
+SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR) plugins
dopewars_LDADD = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @GTK_LIBS@ @INTLLIBS@ @WNDRES@
dopewars_DEPENDENCIES = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @INTLLIBS@ @WNDRES@