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

« back to all changes in this revision

Viewing changes to src/sched/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

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.9 2004/01/07 01:22:22 jonas Exp $
3
 
 
4
 
include $(top_srcdir)/Makefile.base
5
 
 
6
 
noinst_LIBRARIES = libsched.a
7
 
libsched_a_SOURCES = \
8
 
 action.c \
9
 
 action.h \
10
 
 connection.c \
11
 
 connection.h \
12
 
 download.c \
13
 
 download.h \
14
 
 error.c \
15
 
 error.h \
16
 
 event.c \
17
 
 event.h \
18
 
 history.c \
19
 
 history.h \
20
 
 location.c \
21
 
 location.h \
22
 
 session.c \
23
 
 session.h \
24
 
 task.c \
25
 
 task.h
26