~jtaylor/ubuntu/oneiric/gajim/multiple-CVE

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Nafallo Bjälevik
  • Date: 2009-06-12 13:49:19 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090612134919-basez34an73qkkb1
Tags: 0.12.2-0ubuntu1
* New upstream bugfix release:
  + Better keepalive / ping behaviour
  + Fix custom port handling
  + Improve error messages handling
  + Totem support for played music
  + Fix SSL with some servers
  + Handle XFCE notification-daemon
  + Restore old behaviour of click on systray: left click to open events
  + Network manager 0.7 support
  + Improve Kerberos support
  + Many bugfixes here and there
  + Add -c option to history_manager
* debian/patches/00list:
  - Disable de-update.patch, since it doesn't apply
  - Drop svn-11058.patch since it is included in the new release
* debian/patches/svn-11058.patch:
  - Drop patch since it is included in the new release
* debian/control:
  - Bump required version for intltool as per upstream's requirements

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
if BUILD_GTKSPELL
10
10
gtkspelllib_LTLIBRARIES = gtkspell.la
11
 
gtkspelllibdir = $(libdir)/gajim
 
11
gtkspelllibdir = $(pkglibdir)
12
12
 
13
13
gtkspell_la_LIBADD = \
14
14
        $(GTKSPELL_LIBS) $(PYGTK_LIBS) 
23
23
endif
24
24
if BUILD_TRAYICON
25
25
trayiconlib_LTLIBRARIES = trayicon.la
26
 
trayiconlibdir = $(libdir)/gajim
 
26
trayiconlibdir = $(pkglibdir)
27
27
trayicon_la_LIBADD = $(PYGTK_LIBS)
28
28
trayicon_la_SOURCES = \
29
29
                                          eggtrayicon.c \