--- deliantra/server/random_maps/Makefile.am 2009/10/12 14:00:58 1.13 +++ deliantra/server/random_maps/Makefile.am 2010/07/10 22:04:58 1.20 @@ -1,9 +1,9 @@ # # This file is part of Deliantra, the Roguelike Realtime MMORPG. # -# Copyright (©) 2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team -# Copyright (©) 1992,2007 Frank Tore Johansen -# Copyright (©) 1998,2007 Mark Wedel +# Copyright (©) 2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team +# Copyright (©) 1992 Frank Tore Johansen +# Copyright (©) 1998 Mark Wedel # Copyright (©) 2007 Marc Alexander Lehmann # # Deliantra is free software: you can redistribute it and/or modify it under @@ -23,10 +23,6 @@ # The authors can be reached via e-mail to # -#pkglib_PROGRAMS = random_map - -#random_map_SOURCES = standalone.C - noinst_LIBRARIES = librandom_map.a librandom_map_a_SOURCES = random_map.C \ @@ -44,7 +40,7 @@ rogue_layout.C \ snake.C \ square_spiral.C \ - expand2x.C + layout.C EXTRA_DIST = random_map.h rproto.h Notes