aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2010-03-18 13:47:13 +0100
committerFurkan Sahin <furkan-dev@proton.me>2010-03-18 13:47:13 +0100
commit83d5ff83670544dff5ef3924bedfba11a7f55e04 (patch)
tree66aa1c44adb7b8ef221ec53a3b2a72e030666972 /Makefile.in
parent063a0746d6f6333d5195635b9ee3ef85210cf1e3 (diff)
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