aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Experimental support for recording the version of an installed ProsodyMatthew Wild2009-06-051-1/+9
|
* Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]Matthew Wild2009-06-041-1/+2
|
* Makefile: Specify permissions on installed executables [thanks mhavela]Matthew Wild2009-06-041-2/+2
|
* Makefile: Process and install prosodyctlMatthew Wild2009-05-021-2/+10
|
* Makefiles: Add signal.so to install targetsMatthew Wild2009-04-121-1/+1
|
* Makefiles, util.signal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-0/+3
|
* Add posix support library, and adjust makefiles for itMatthew Wild2008-12-061-2/+6
|
* Change sed usage back into one sed script for incompetent versions of sedMatthew Wild2008-11-301-6/+4
|
* 'install' libs to util before top-level make installMatthew Wild2008-11-301-2/+1
|
* Makefile fix for creating datadir in correct place on installMatthew Wild2008-11-301-3/+2
|
* Installation improvements (auto-creation of data directories)Matthew Wild2008-11-301-4/+11
|
* Don't overwrite config on make install if it already existsMatthew Wild2008-11-301-1/+1
|
* Yet another fix for the makefile :)Matthew Wild2008-11-301-1/+1
|
* Fix missing prosody.cfg.lua.installMatthew Wild2008-11-291-1/+1
|
* Don't write to prosody.cfg.lua from Makefile. Much apologies to poor albert :(Matthew Wild2008-11-291-3/+3
|
* More Makefile improvements (install the certificates, and update the config ↵Matthew Wild2008-11-291-2/+9
| | | | on install to find them)
* Update Makefile to set correct paths on install with Debian packageMatthew Wild2008-11-291-1/+6
|
* Update Makefile to now pass config paths to prosody. Update prosody, ↵Matthew Wild2008-11-291-3/+7
| | | | modulemanager and connectionlisteners to obey these paths.
* Rename and update config. Update Makefile for this change.Matthew Wild2008-11-291-1/+1
|
* More Makefile improvementsMatthew Wild2008-11-291-4/+14
|
* Add a top-level Makefile and ./configure script. Update util-src Makefile ↵Matthew Wild2008-11-291-0/+21
for this.