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

« back to all changes in this revision

Viewing changes to src/osx/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:
10
10
 
11
11
if BUILD_IDLE_OSX
12
12
idlelib_LTLIBRARIES = idle.la
13
 
idlelibdir = $(libdir)/gajim
 
13
idlelibdir = $(pkglibdir)
14
14
 
15
15
idle_la_LIBADD = $(CARBON_LIBS) 
16
16
 
24
24
 
25
25
if BUILD_COCOA
26
26
nsapplib_LTLIBRARIES = nsapp.la
27
 
nsapplibdir = $(libdir)/gajim
 
27
nsapplibdir = $(pkglibdir)
28
28
 
29
29
nsapp_la_LIBADD = $(COCOA_LIBS) 
30
30