diff options
Diffstat (limited to 'sendto/plugins/removable-devices/Makefile.am')
-rw-r--r-- | sendto/plugins/removable-devices/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |