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/caja-burn/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sendto/plugins/caja-burn') diff --git a/sendto/plugins/caja-burn/Makefile.am b/sendto/plugins/caja-burn/Makefile.am index 50c309b..00f95c2 100644 --- a/sendto/plugins/caja-burn/Makefile.am +++ b/sendto/plugins/caja-burn/Makefile.am @@ -9,11 +9,12 @@ AM_CPPFLAGS = \ -I$(srcdir)/../ \ $(SENDTO_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED) + $(DISABLE_DEPRECATED) \ + $(GIO_CFLAGS) plugin_LTLIBRARIES = libnstburn.la libnstburn_la_SOURCES = caja-burn.c libnstburn_la_LDFLAGS = -module -avoid-version -libnstburn_la_LIBADD = $(SENDTO_LIBS) $(builddir)/../libnstcommon.la +libnstburn_la_LIBADD = $(GIO_LIBS) $(SENDTO_LIBS) $(builddir)/../libnstcommon.la -- cgit v1.2.1