~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/protocol/http/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Gervai
  • Date: 2004-01-21 22:13:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040121221345-ju33hai1yhhqt6kn
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
## $Id: Makefile.am,v 1.13 2003/12/20 16:59:02 pasky Exp $
 
3
 
 
4
include $(top_srcdir)/Makefile.base
 
5
 
 
6
EXTRA_DIST = README.timegm
 
7
 
 
8
noinst_LIBRARIES = libhttp.a
 
9
libhttp_a_SOURCES = \
 
10
 codes.c \
 
11
 codes.h \
 
12
 date.c \
 
13
 date.h \
 
14
 header.c \
 
15
 header.h \
 
16
 http.c \
 
17
 http.h \
 
18
 https.c \
 
19
 https.h
 
20