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

Comparing deliantra/server/Makefile.am (file contents):
Revision 1.37 by root, Sat Jul 7 17:05:55 2018 UTC vs.
Revision 1.39 by root, Wed Dec 5 21:03:32 2018 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 (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team
4# Copyright (©) 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 5# Copyright (©) 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5# Copyright (©) 2001 Mark Wedel & Crossfire Development Team 6# Copyright (©) 2001 Mark Wedel & Crossfire Development Team
6# Copyright (©) 1992 Frank Tore Johansen 7# Copyright (©) 1992 Frank Tore Johansen
7# 8#
8# Deliantra is free software: you can redistribute it and/or modify it under 9# Deliantra is free software: you can redistribute it and/or modify it under
202# ext/ 203# ext/
203 204
204OLDEXT = 00_map_handling.ext cfplus_build.ext clientchk.ext db-scheduler.ext \ 205OLDEXT = 00_map_handling.ext cfplus_build.ext clientchk.ext db-scheduler.ext \
205 guildrules.ext map-prefetch.ext schmorp-clientchk.ext schmorp.irc.ext slag_ex.ext 206 guildrules.ext map-prefetch.ext schmorp-clientchk.ext schmorp.irc.ext slag_ex.ext
206 207
207PERL = @PERL@
208
209install-data-local: 208install-data-local:
210 @$(NORMAL_INSTALL) 209 @$(NORMAL_INSTALL)
211 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/ext 210 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/ext
212 for i in $(srcdir)/ext/*.pm $(srcdir)/ext/*.ext; do \ 211 for i in $(srcdir)/ext/*.pm $(srcdir)/ext/*.ext; do \
213 $(INSTALL_DATA) "$$i" $(DESTDIR)$(pkgdatadir)/ext; \ 212 $(INSTALL_DATA) "$$i" $(DESTDIR)$(pkgdatadir)/ext; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines