~ubuntu-branches/ubuntu/trusty/ggz-gtk-client/trusty

« back to all changes in this revision

Viewing changes to po/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut, Josef Spillner, Peter Eisentraut
  • Date: 2007-05-12 11:23:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070512112332-0pmbvqpwv1xrgag2
Tags: 0.0.14-1
[ Josef Spillner ]
* New upstream version.

[ Peter Eisentraut ]
* Reenabled gaim plugin
* Soname change libggz-gtk0 -> libggz-gtk1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
 
# $Id: Makefile.am 7031 2005-03-23 16:31:42Z josef $
 
2
# $Id: Makefile.am 8577 2006-09-12 00:11:46Z jdorje $
3
3
 
4
4
SUBDIRS = .
5
5
 
6
6
EXTRA_DIST = ggz-gtk.pot de.po es.po pt_BR.po sv.po
7
7
 
8
8
CATALOG = ggz-gtk
9
 
POSOURCES = $(top_srcdir)/ggz-gtk/*.c
 
9
POSOURCES = $(top_srcdir)/ggz-gtk/*.c $(top_srcdir)/src/*.c
10
10
 
11
11
include $(top_srcdir)/m4/i18n.mk
12
12