aboutsummaryrefslogtreecommitdiffstats
path: root/nautilus-sendto-plugin/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione2013-08-201-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+2
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* [nst] Link against libempathySjoerd Simons2012-10-071-1/+1
| | | | | | | | | | | | | As the nautilus-sendto-plugin uses functions from libempathy it should link directly against it otherwise the build fails when using -Wl,--as-needed: .libs/empathy-nautilus-sendto.o: In function `dup_contact_from_individual': /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:73: undefined reference to `empathy_contact_dup_best_for_action' /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:78: undefined reference to `empathy_contact_can_do_action'
* build nautilus-sendto plugin with ERROR_CFLAGSGuillaume Desmottes2012-06-271-0/+1
|
* Group all harddeps in one pkg-config callXavier Claessens2010-11-151-2/+1
| | | | We do not support GTK2 anymore, so there is no point in keeping those
* move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-081-1/+2
|
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-1/+0
|
* nautilus-sendto: add TPL CFLAGSGuillaume Desmottes2010-06-181-0/+1
|
* Fix building nst plugin out of tree.Will Thompson2010-01-261-0/+1
|
* Fix nautilus-sendto plugin's linkingBastien Nocera2009-11-191-1/+0
| | | | | | | No need to link to both libempathy-gtk and libempathy, the former already links to the latter. https://bugzilla.gnome.org/show_bug.cgi?id=602324
* Add nautilus-sendto pluginBastien Nocera2009-09-241-0/+19
As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075