summaryrefslogtreecommitdiff
path: root/sendto/plugins/upnp/upnp.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24sendto: require gupnp-1.6Xiaotian Wu1-20/+28
2022-08-20Failed to resolve the path to caja-extensions.mo on guix systemrbuj1-0/+5
2021-01-28Do not call bindtextdomain/bind_textdomain_codeset in librariesrbuj1-3/+0
2021-01-28Include i18n header after defining GETTEXT_PACKAGE macrorbuj1-0/+3
2021-01-16Remove warning -Wshadowrbuj1-2/+2
2020-11-25Use `#include <config.h>`rbuj1-1/+1
2020-02-29automake: do not include CFLAGS in CPPFLAGSrbuj1-1/+1
2019-08-18Build either with gupnp version 1.0 or 1.2.Jonathan Brielmaier1-0/+4
This fixes https://github.com/mate-desktop/caja-extensions/issues/52. * (configure.ac): Check also for gupnp-1.2 and set HAS_GUPNP_VERSION_1_2 to yes if found. * (sendto/plugins/upnp/upnp.c): Use gupnp_context_manager_create when building with gupnp-1.2 as gupnp_context_manager_new was removed. Signed-off-by: Jonathan Brielmaier <[email protected]> Co-authored-by: Gianfranco Costamagna <[email protected]>
2013-10-17Add sendto extensionStefano Karapetsas1-0/+320