Comparison

Makefile @ 6906:5a60b4705bc3

Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)
author Kim Alvefur <zash@zash.se>
date Wed, 14 Oct 2015 20:55:26 +0200
parent 6574:cd0088c73daf
child 6907:a24c9c1edd67
comparison
equal deleted inserted replaced
6902:d2d7ad2563f9 6906:5a60b4705bc3
27 install -d $(MAN)/man1 27 install -d $(MAN)/man1
28 install -d $(CONFIG)/certs 28 install -d $(CONFIG)/certs
29 install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util 29 install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util
30 install -m755 ./prosody.install $(BIN)/prosody 30 install -m755 ./prosody.install $(BIN)/prosody
31 install -m755 ./prosodyctl.install $(BIN)/prosodyctl 31 install -m755 ./prosodyctl.install $(BIN)/prosodyctl
32 install -m644 core/* $(SOURCE)/core 32 install -m644 core/*.lua $(SOURCE)/core
33 install -m644 net/*.lua $(SOURCE)/net 33 install -m644 net/*.lua $(SOURCE)/net
34 install -d $(SOURCE)/net/http 34 install -d $(SOURCE)/net/http
35 install -m644 net/http/*.lua $(SOURCE)/net/http 35 install -m644 net/http/*.lua $(SOURCE)/net/http
36 install -m644 util/*.lua $(SOURCE)/util 36 install -m644 util/*.lua $(SOURCE)/util
37 install -m644 util/*.so $(SOURCE)/util 37 install -m644 util/*.so $(SOURCE)/util