summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in: define dummy datarootdir variableDave Reisner2012-09-081-0/+1
| | | | | | | | This suppresses a warning on ./configure for a directory which fcgiwrap does not use: config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
* simplify build rule for fcgiwrapDave Reisner2012-08-231-1/+3
| | | | | | | Add flags and libraries to the respective environment vars and let make figure out the order on its own. This provides support for unmentioned vars such as LDFLAGS implicitly, as the compilation rule isn't explicitly defined.
* add systemd unit files for installationDave Reisner2012-08-211-0/+5
| | | | | These are automatically installed iff systemd support is compiled into fcgiwrap.
* Add support for socket activation via systemdDave Reisner2012-08-191-1/+1
| | | | | | This prevents the need for starting fcgiwrap explicitly, or using a tool such as spawn-fcgi. The type of socket does not matter, we merely accept a single FD passed from pid 1 and listen on it.
* support LDFLAGSNikoli2010-09-151-1/+1
|
* Create folder for man prior to the installation.Ron Huang2010-06-111-0/+2
|
* added handling of manpages to makefileW-Mark Kubacki2010-05-251-1/+2
|
* fcgiwrap to rely on definitions provided by autoconf/autoreconfW-Mark Kubacki2010-05-251-1/+1
|
* Makefile: DESTDIR and --prefix supportW-Mark Kubacki2010-03-221-3/+8
|
* Makefile: proper clean and distclean targetsW-Mark Kubacki2010-03-221-1/+8
|
* input files and substitution variables for autoconfW-Mark Kubacki2010-03-181-1/+1
|
* Makefile renamed to be modified to be input for autoconfW-Mark Kubacki2010-03-181-0/+12