ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/Makefile.am
(Generate patch)

Comparing deliantra/server/random_maps/Makefile.am (file contents):
Revision 1.10 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.11 by root, Fri Apr 11 21:09:53 2008 UTC

1# 1#
2# This file is part of Deliantra, the Roguelike Realtime MMORPG. 2# This file is part of Deliantra, the Roguelike Realtime MMORPG.
3# 3#
4# Copyright (©) 2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4# Copyright (©) 2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5# Copyright (©) 1992,2007 Frank Tore Johansen 5# Copyright (©) 1992,2007 Frank Tore Johansen
6# Copyright (©) 1998,2007 Mark Wedel 6# Copyright (©) 1998,2007 Mark Wedel
7# Copyright (©) 2007 Marc Alexander Lehmann 7# Copyright (©) 2007 Marc Alexander Lehmann
8# 8#
9# Deliantra is free software: you can redistribute it and/or modify 9# Deliantra is free software: you can redistribute it and/or modify
42 special.C \ 42 special.C \
43 style.C \ 43 style.C \
44 rogue_layout.C \ 44 rogue_layout.C \
45 snake.C \ 45 snake.C \
46 square_spiral.C \ 46 square_spiral.C \
47 expand2x.C \ 47 expand2x.C
48 maze_gen.h random_map.h room_gen.h
49 48
50EXTRA_DIST = maze_gen.h random_map.h room_gen.h\ 49EXTRA_DIST = random_map.h rproto.h Notes
51 rproto.h expand2x.h Notes
52 50
53MAINTAINERCLEANFILES = Makefile.in 51MAINTAINERCLEANFILES = Makefile.in
54 52
55AM_CPPFLAGS = -I$(top_srcdir)/include 53AM_CPPFLAGS = -I$(top_srcdir)/include
56 54

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines