2002-06-18 19:44:34 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
DEPTH = ..
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libhttp.a
|
|
|
|
libhttp_a_SOURCES = \
|
|
|
|
CHTTPProtocol.cpp \
|
|
|
|
XHTTP.cpp \
|
2002-06-22 17:31:24 +00:00
|
|
|
CHTTPProtocol.h \
|
|
|
|
XHTTP.h \
|
2002-06-18 19:44:34 +00:00
|
|
|
$(NULL)
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(DEPTH)/base \
|
|
|
|
-I$(DEPTH)/mt \
|
|
|
|
-I$(DEPTH)/io \
|
|
|
|
$(NULL)
|