From 419bf609c5d30cd681979330ac3e8ee995bc7c2e Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 23 Mar 2014 21:17:06 +0100 Subject: sendto plugin: re-introduce the option to select plugins to build --- sendto/plugins/removable-devices/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sendto/plugins/removable-devices') diff --git a/sendto/plugins/removable-devices/Makefile.am b/sendto/plugins/removable-devices/Makefile.am index 294ca90..797353b 100644 --- a/sendto/plugins/removable-devices/Makefile.am +++ b/sendto/plugins/removable-devices/Makefile.am @@ -15,5 +15,5 @@ plugin_LTLIBRARIES = libnstremovable_devices.la libnstremovable_devices_la_SOURCES = removable-devices.c libnstremovable_devices_la_LDFLAGS = -module -avoid-version -libnstremovable_devices_la_LIBADD = $(SENDTO_LIBS) $(builddir)/../libnstcommon.la +libnstremovable_devices_la_LIBADD = $(GIO_LIBS) $(SENDTO_LIBS) $(builddir)/../libnstcommon.la -- cgit v1.2.1