Move to new GitHub fork and switch to codeload tarballs. Backported upstream patch to fix compilation. Also update URL to fix uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
302 B
Diff
13 lines
302 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index b35f7f3..c34a274 100755
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -4,7 +4,7 @@
|
|
# $Id: Makefile.am,v 1.8 2003/11/02 21:42:47 robs Exp $
|
|
#
|
|
|
|
-SUBDIRS = libfcgi cgi-fcgi examples include
|
|
+SUBDIRS = libfcgi cgi-fcgi include
|
|
|
|
include_HEADERS = fcgi_config.h
|
|
|