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.38 by root, Sat Nov 17 23:39:59 2018 UTC vs.
Revision 1.39 by root, Wed Dec 5 21:03:32 2018 UTC

203# ext/ 203# ext/
204 204
205OLDEXT = 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 \
206 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
207 207
208PERL = @PERL@
209
210install-data-local: 208install-data-local:
211 @$(NORMAL_INSTALL) 209 @$(NORMAL_INSTALL)
212 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/ext 210 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/ext
213 for i in $(srcdir)/ext/*.pm $(srcdir)/ext/*.ext; do \ 211 for i in $(srcdir)/ext/*.pm $(srcdir)/ext/*.ext; do \
214 $(INSTALL_DATA) "$$i" $(DESTDIR)$(pkgdatadir)/ext; \ 212 $(INSTALL_DATA) "$$i" $(DESTDIR)$(pkgdatadir)/ext; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines