summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGrzegorz Nosek <root@localdomain.pl>2012-09-08 23:29:02 -0700
committerGrzegorz Nosek <root@localdomain.pl>2012-09-08 23:29:02 -0700
commitb9f03e63779df844e7bc52b210de19116ab9d587 (patch)
tree236443db2c33a454cefe55a0ae3f33c59e5091e7 /Makefile.in
parenta7e3d397bad337d59519fa69eafee7ca1d83d551 (diff)
parentda630b8b4f0112916f915bca06bbdac7a7a95628 (diff)
downloadfcgiwrap-b9f03e63779df844e7bc52b210de19116ab9d587.tar.xz
fcgiwrap-b9f03e63779df844e7bc52b210de19116ab9d587.zip
Merge pull request #8 from falconindy/master
Minor buildsys fixes
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 647d98b..97378e5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,6 @@
targetdir = $(DESTDIR)@prefix@@sbindir@
man8dir = $(DESTDIR)@prefix@@mandir@/man8
+datarootdir =
.PHONY: clean distclean
@@ -15,8 +16,10 @@ ifneq ("@systemdsystemunitdir@", "")
install -m 644 systemd/fcgiwrap.service $(DESTDIR)@systemdsystemunitdir@
endif
+LDLIBS = -lfcgi @systemd_LIBS@
+CFLAGS = @AM_CFLAGS@
+
fcgiwrap: fcgiwrap.c
- @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @systemd_LIBS@ @LDFLAGS@
#>+ 21
clean: