tReplaced AM_CONDITIONAL with AC_SUBST to placate automake-1.5. - 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 ee979ed83b9d0c0c50b8b1e646af3f47d0a08083
(DIR) parent 01977bd2f824c844f7dd709aafea52aed1d7a63e
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Sat, 20 Apr 2002 17:54:56 +0000
Replaced AM_CONDITIONAL with AC_SUBST to placate automake-1.5.
Diffstat:
M src/Makefile.am | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
---
(DIR) diff --git a/src/Makefile.am b/src/Makefile.am
t@@ -1,26 +1,19 @@
if GUI_CLIENT
GUISUBDIR = gui_client
-GUILIB = gui_client/libguiclient.a
endif
-
if CURSES_CLIENT
CURSESSUBDIR = curses_client
-CURSESLIB = curses_client/libcursesclient.a
endif
-
if GTKPORT
GTKPORTSUBDIR = gtkport
-GTKPORTLIB = gtkport/libgtkport.a
endif
-
if CURSESPORT
CURSESPORTSUBDIR = cursesport
-CURSESPORTLIB = cursesport/libcursesport.a
endif
SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR)
-dopewars_LDADD = $(GUILIB) $(CURSESLIB) $(GTKPORTLIB) $(CURSESPORTLIB) @GTK_LIBS@ @INTLLIBS@ @WNDRES@
-dopewars_DEPENDENCIES = $(GUILIB) $(CURSESLIB) $(GTKPORTLIB) $(CURSESPORTLIB) @INTLLIBS@ @WNDRES@
+dopewars_LDADD = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @GTK_LIBS@ @INTLLIBS@ @WNDRES@
+dopewars_DEPENDENCIES = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @INTLLIBS@ @WNDRES@
bin_PROGRAMS = dopewars
dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \