Software /
code /
prosody
Diff
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 |
line wrap: on
line diff
--- a/Makefile Sun Oct 11 18:49:14 2015 +0200 +++ b/Makefile Wed Oct 14 20:55:26 2015 +0200 @@ -29,7 +29,7 @@ install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util install -m755 ./prosody.install $(BIN)/prosody install -m755 ./prosodyctl.install $(BIN)/prosodyctl - install -m644 core/* $(SOURCE)/core + install -m644 core/*.lua $(SOURCE)/core install -m644 net/*.lua $(SOURCE)/net install -d $(SOURCE)/net/http install -m644 net/http/*.lua $(SOURCE)/net/http