aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2012-09-08 23:29:02 -0700
committerFurkan Sahin <furkan-dev@proton.me>2012-09-08 23:29:02 -0700
commit569c8d1ac263bf0c9d4cc6bad0a6fb0a10b4ddb1 (patch)
tree236443db2c33a454cefe55a0ae3f33c59e5091e7 /Makefile.in
parent5e1ef6b183c81895c0ae1f441dfdd18b470438ef (diff)
parentb3e5a9f43abf1791ce38527068500e6ab6608bfb (diff)
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: