diff options
author | infirit <[email protected]> | 2014-03-23 21:17:06 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-03-23 21:29:09 +0100 |
commit | 419bf609c5d30cd681979330ac3e8ee995bc7c2e (patch) | |
tree | c9c2e3fecf1772ad7ab44909300d0caa9d4e1e73 /sendto/plugins/gajim/Makefile.am | |
parent | 4a840eab5dec7f2cc8300d50019f52eb2db777b4 (diff) | |
download | caja-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/gajim/Makefile.am')
-rw-r--r-- | sendto/plugins/gajim/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sendto/plugins/gajim/Makefile.am b/sendto/plugins/gajim/Makefile.am index 5acd5b0..c39a3c0 100644 --- a/sendto/plugins/gajim/Makefile.am +++ b/sendto/plugins/gajim/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/sendto \ -I$(top_builddir) \ $(SENDTO_CFLAGS) \ + $(DBUS_CFLAGS) \ $(DISABLE_DEPRECATED) \ $(WARN_CFLAGS) @@ -14,5 +15,5 @@ plugin_LTLIBRARIES = libnstgajim.la libnstgajim_la_SOURCES = gajim.c libnstgajim_la_LDFLAGS = -module -avoid-version -libnstgajim_la_LIBADD = $(SENDTO_LIBS) +libnstgajim_la_LIBADD = $(DBUS_LIBS) $(SENDTO_LIBS) |