started to convert to autoconf/automake.

This commit is contained in:
crs
2002-06-18 19:44:34 +00:00
parent fadc73d348
commit 1c604ecc3d
26 changed files with 507 additions and 618 deletions

14
http/Makefile.am Normal file
View File

@@ -0,0 +1,14 @@
## Process this file with automake to produce Makefile.in
NULL =
DEPTH = ..
noinst_LIBRARIES = libhttp.a
libhttp_a_SOURCES = \
CHTTPProtocol.cpp \
XHTTP.cpp \
$(NULL)
INCLUDES = \
-I$(DEPTH)/base \
-I$(DEPTH)/mt \
-I$(DEPTH)/io \
$(NULL)