|
From: <cro...@li...> - 2005-03-22 07:28:28
|
Module Name: crossfire Committed By: mwedel Date: Tue Mar 22 07:28:22 UTC 2005 Modified Files: crossfire/lib: Makefile.in Log Message: Update Makefile.in so that it will install the regions file. MSW 2005-03-21 Start of context diffs Index: crossfire/lib/Makefile.in diff -c crossfire/lib/Makefile.in:1.62 crossfire/lib/Makefile.in:1.63 *** crossfire/lib/Makefile.in:1.62 Wed Mar 9 11:17:52 2005 --- crossfire/lib/Makefile.in Mon Mar 21 23:28:22 2005 *************** *** 1,8 **** ! # Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. --- 1,8 ---- ! # Makefile.in generated by automake 1.9.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. *************** *** 225,231 **** dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\ animations archetypes bmaps bmaps.paths crossfire.0 \ ! crossfire.1 faces attackmess image_info materials CONF_FILES = settings motd dm_file forbid ban_file exp_table VAR_FILES = highscore banish_file bookarch temp.maps clockdata --- 225,231 ---- dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\ animations archetypes bmaps bmaps.paths crossfire.0 \ ! crossfire.1 faces attackmess image_info materials regions CONF_FILES = settings motd dm_file forbid ban_file exp_table VAR_FILES = highscore banish_file bookarch temp.maps clockdata |