1
noinst_LIBRARIES = libcgi.a
2
3
INCLUDES = -I..
4
5
libcgi_a_SOURCES = \
6
cgi-args.h cgi-args.cc \
7
cgi-base.h cgi-base.cc
8