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

« back to all changes in this revision

Viewing changes to src/bookmarks/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.12 2004/05/02 12:59:42 jonas Exp $
3
 
 
4
 
include $(top_srcdir)/Makefile.base
5
 
 
6
 
if CONFIG_XBEL_BOOKMARKS
7
 
xbelobj = backend/xbel.o
8
 
endif
9
 
 
10
 
SUBDIRS = backend
11
 
 
12
 
noinst_LIBRARIES = libbookmarks.a
13
 
 
14
 
libbookmarks_a_LIBADD = \
15
 
 backend/common.o \
16
 
 backend/default.o \
17
 
 $(xbelobj)
18
 
 
19
 
libbookmarks_a_SOURCES = \
20
 
 bookmarks.c \
21
 
 bookmarks.h \
22
 
 dialogs.c \
23
 
 dialogs.h