tDependencies fix. - 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 a4695c4af0899e053d4d1ac98de0c5093d4530da
 (DIR) parent 827dc5a99b3e320686a7e3a55a5a7b4a72caee4b
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 25 Mar 2002 17:35:33 +0000
       
       Dependencies fix.
       
       
       Diffstat:
         M src/Makefile.am                     |       2 +-
         M src/Makefile.in                     |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/Makefile.am b/src/Makefile.am
       t@@ -20,7 +20,7 @@ endif
        
        SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR)
        dopewars_LDADD = $(GUILIB) $(CURSESLIB) $(GTKPORTLIB) $(CURSESPORTLIB) @GTK_LIBS@ @INTLLIBS@ @WNDRES@
       -dopewars_DEPENDENCIES = @WNDRES@
       +dopewars_DEPENDENCIES = $(GUILIB) $(CURSESLIB) $(GTKPORTLIB) $(CURSESPORTLIB) @GTK_LIBS@ @INTLLIBS@ @WNDRES@
        
        bin_PROGRAMS = dopewars
        dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \
 (DIR) diff --git a/src/Makefile.in b/src/Makefile.in
       t@@ -111,7 +111,7 @@ localedir = @localedir@
        
        SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR)
        dopewars_LDADD = $(GUILIB) $(CURSESLIB) $(GTKPORTLIB) $(CURSESPORTLIB) @GTK_LIBS@ @INTLLIBS@ @WNDRES@
       -dopewars_DEPENDENCIES = @WNDRES@
       +dopewars_DEPENDENCIES = $(GUILIB) $(CURSESLIB) $(GTKPORTLIB) $(CURSESPORTLIB) @GTK_LIBS@ @INTLLIBS@ @WNDRES@
        
        bin_PROGRAMS = dopewars
        dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \