You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
AM_CFLAGS=$(GLIB_CFLAGS)
|
|
spawn_fcgi_LDADD=$(GLIB_LIBS)
|
|
|
|
EXTRA_DIST=autogen.sh spawn-fcgi.1 CMakeLists.txt config.h.cmake
|
|
man1_MANS=spawn-fcgi.1
|
|
|
|
bin_PROGRAMS=spawn-fcgi
|
|
|
|
if PAM_LIMITS
|
|
spawn_fcgi_SOURCES=spawn-fcgi.c pam_limits.c
|
|
else
|
|
spawn_fcgi_SOURCES=spawn-fcgi.c
|
|
endif
|