~ubuntu-branches/ubuntu/precise/nautilus-sendto-universe/precise

« back to all changes in this revision

Viewing changes to src/plugins/gaim/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-07-30 23:31:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730233120-ut3baoo6lde6q9gk
Tags: 1.1.6-0ubuntu1
* New upstream release. (LP: #377192)
* debian/control
  - Remove libglade2-dev build dependency.
  - Bump version of libgtk2.0-dev build dependency to 2.12.
  - Remove empathy related build dependencies.
  - Update description to remove empathy references.
* debian/nautilus-sendto-universe.install
  - Remove empathy plugin.
* debian/patches/10_fix_empathy_2.26.patch
  - Remove. Not needed anymore.
* debian/README.Debian.
  - Update to remove empathy references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
plugindir = $(libdir)/nautilus-sendto/plugins
2
 
 
3
 
INCLUDES =                                      \
4
 
        -DDATADIR=\"$(datadir)\"                \
5
 
        -DICONDIR=\"$(icondir)\"                \
6
 
        -DLOCALEDIR="\"$(datadir)/locale\""     \
7
 
        -I$(top_srcdir)/src                     \
8
 
        -I$(top_builddir)                       \
9
 
        -DGLADEDIR=\""$(gladedir)"\"            \
10
 
        $(NAUTILUS_SENDTO_CFLAGS)               \
11
 
        $(NST_EBOOK_CFLAGS)                     \
12
 
        $(GAIM_CFLAGS)                          \
13
 
        $(WARN_CFLAGS)
14
 
 
15
 
plugin_LTLIBRARIES = libnstgaim.la
16
 
 
17
 
libnstgaim_la_SOURCES = gaim.c
18
 
libnstgaim_la_LDFLAGS = -module -avoid-version
19
 
libnstgaim_la_LIBADD = $(GAIM_LIBS)
20