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.36 by root, Sat Sep 16 22:45:22 2017 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; \
225############################################################################# 224#############################################################################
226# include/ 225# include/
227 226
228noinst_HEADERS = \ 227noinst_HEADERS = \
229 include/devel.h include/libproto.h include/sounds.h include/attack.h \ 228 include/devel.h include/libproto.h include/sounds.h include/attack.h \
230 include/Makefile.in include/config.h include/living.h include/player.h include/slotinc.h \ 229 include/config.h include/living.h include/player.h include/slotinc.h \
231 include/define.h include/race.h include/material.h include/spells.h include/rproto.h \ 230 include/define.h include/race.h include/material.h include/spells.h include/rproto.h \
232 include/face.h include/logger.h include/sproto.h include/region.h include/rmg.h \ 231 include/face.h include/logger.h include/sproto.h include/region.h include/rmg.h \
233 include/artifact.h include/map.h include/recipe.h include/treasure.h include/noise.h \ 232 include/artifact.h include/map.h include/recipe.h include/treasure.h include/noise.h \
234 include/global.h include/client.h include/path.h include/shstr.h include/tod.h \ 233 include/global.h include/client.h include/path.h include/shstr.h include/tod.h \
235 include/god.h include/network.h include/crc.h include/shstrinc.h include/layout.h \ 234 include/god.h include/network.h include/crc.h include/shstrinc.h include/layout.h \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines