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

« back to all changes in this revision

Viewing changes to src/globhist/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.1 2002/08/29 23:58:23 pasky Exp $
3
 
 
4
 
include $(top_srcdir)/Makefile.base
5
 
 
6
 
noinst_LIBRARIES = libglobhist.a
7
 
libglobhist_a_SOURCES = \
8
 
 dialogs.c \
9
 
 dialogs.h \
10
 
 globhist.c \
11
 
 globhist.h
12