summaryrefslogtreecommitdiff
path: root/sendto/plugins/caja-burn/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-03-23 21:17:06 +0100
committerinfirit <[email protected]>2014-03-23 21:29:09 +0100
commit419bf609c5d30cd681979330ac3e8ee995bc7c2e (patch)
treec9c2e3fecf1772ad7ab44909300d0caa9d4e1e73 /sendto/plugins/caja-burn/Makefile.am
parent4a840eab5dec7f2cc8300d50019f52eb2db777b4 (diff)
downloadcaja-extensions-419bf609c5d30cd681979330ac3e8ee995bc7c2e.tar.bz2
caja-extensions-419bf609c5d30cd681979330ac3e8ee995bc7c2e.tar.xz
sendto plugin: re-introduce the option to select plugins to build
Diffstat (limited to 'sendto/plugins/caja-burn/Makefile.am')
-rw-r--r--sendto/plugins/caja-burn/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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