summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/htnet/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htnet/Makefile.am')
-rw-r--r--debian/htdig/htdig-3.2.0b6/htnet/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htnet/Makefile.am b/debian/htdig/htdig-3.2.0b6/htnet/Makefile.am
new file mode 100644
index 00000000..40269e18
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/htnet/Makefile.am
@@ -0,0 +1,25 @@
+
+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