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.
|
EXTRA_DIST=autogen.sh CMakeLists.txt config.h.cmake scgi-cgi.1 README.rst |
|
man1_MANS=scgi-cgi.1 |
|
|
|
AM_CFLAGS=$(LIBEVENT_CFLAGS) |
|
scgi_cgi_LDADD=$(LIBEVENT_LIBS) |
|
|
|
bin_PROGRAMS=scgi-cgi |
|
scgi_cgi_SOURCES=scgi-cgi.c
|
|
|