summaryrefslogtreecommitdiff
path: root/sendto/plugins/pidgin
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/pidgin
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/pidgin')
-rw-r--r--sendto/plugins/pidgin/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/sendto/plugins/pidgin/Makefile.am b/sendto/plugins/pidgin/Makefile.am
index b7f650a..bcfe1d3 100644
--- a/sendto/plugins/pidgin/Makefile.am
+++ b/sendto/plugins/pidgin/Makefile.am
@@ -7,6 +7,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/sendto \
-I$(top_builddir) \
$(SENDTO_CFLAGS) \
+ $(NST_EBOOK_CFLAGS) \
+ $(PIDGIN_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(WARN_CFLAGS)
@@ -14,5 +16,5 @@ plugin_LTLIBRARIES = libnstpidgin.la
libnstpidgin_la_SOURCES = pidgin.c
libnstpidgin_la_LDFLAGS = -module -avoid-version
-libnstpidgin_la_LIBADD = $(SENDTO_LIBS)
+libnstpidgin_la_LIBADD = $(PIDGIN_LIBS) $(SENDTO_LIBS)