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.
26 lines
628 B
26 lines
628 B
|
|
include $(top_srcdir)/Makefile.config
|
|
|
|
pkglib_LTLIBRARIES = libhtnet.la
|
|
|
|
libhtnet_la_SOURCES = Connection.cc Transport.cc HtHTTP.cc HtFile.cc \
|
|
HtNNTP.cc HtFTP.cc HtCookie.cc HtCookieJar.cc HtCookieMemJar.cc \
|
|
HtCookieInFileJar.cc HtHTTPBasic.cc HtHTTPSecure.cc SSLConnection.cc
|
|
|
|
libhtnet_la_LDFLAGS = -release $(HTDIG_MAJOR_VERSION).$(HTDIG_MINOR_VERSION).$(HTDIG_MICRO_VERSION) ${extra_ldflags}
|
|
|
|
pkginclude_HEADERS = \
|
|
Connection.h \
|
|
Transport.h \
|
|
HtHTTP.h \
|
|
HtFile.h \
|
|
HtFTP.h \
|
|
HtNNTP.h \
|
|
HtCookie.h \
|
|
HtCookieJar.h \
|
|
HtCookieMemJar.h \
|
|
HtCookieInFileJar.h \
|
|
HtHTTPBasic.h \
|
|
HtHTTPSecure.h \
|
|
SSLConnection.h
|