aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2012-08-21 03:00:29 -0700
committerFurkan Sahin <furkan-dev@proton.me>2012-08-21 03:00:29 -0700
commit2bf8dc712b62a026cb07600d1c551946fc653d7c (patch)
treec752674e89e691f1a567914f01bbdd836b25b196 /Makefile.in
parent3bf0d3c9173853ae8cce1991bd44acfb3d324b8e (diff)
parentf0174265b2f2530257185814e04e8cf28bfcfec0 (diff)
Merge pull request #6 from falconindy/systemd
systemd socket activation support
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1f0956d..8d538b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@ install: all
install -m 644 fcgiwrap.8 $(man8dir)
fcgiwrap: fcgiwrap.c
- @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @LDFLAGS@
+ @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @systemd_LIBS@ @LDFLAGS@
#>+ 21
clean: