summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorW-Mark Kubacki <wmark@hurrikane.de>2010-03-18 13:47:13 +0100
committerW-Mark Kubacki <wmark@hurrikane.de>2010-03-18 13:47:13 +0100
commit957a3d1d3f76b54148d3ef67d19ba08c0c660eee (patch)
tree66aa1c44adb7b8ef221ec53a3b2a72e030666972 /Makefile.in
parent94cd6dbe6705f17a1611e926333965b6e93dcccf (diff)
downloadfcgiwrap-957a3d1d3f76b54148d3ef67d19ba08c0c660eee.tar.xz
fcgiwrap-957a3d1d3f76b54148d3ef67d19ba08c0c660eee.zip
input files and substitution variables for autoconf
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 f4c0395..86c3575 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,7 +5,7 @@ install: all
rm /usr/local/bin/fcgiwrap~
fcgiwrap: fcgiwrap.c
- gcc -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -g3 fcgiwrap.c -o fcgiwrap -lfcgi
+ @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi
clean:
-rm fcgiwrap