summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-06-23 19:01:37 +0100
committerBastien Nocera <hadess@hadess.net>2010-06-23 19:01:37 +0100
commitb7c0447195998c60a40ccbf2dd27a395f26451ca (patch)
tree11b99018d39df0dd87d7deb46032a85f3a4c92a9 /src
parent35985ea70949914ee6731f010b6e96ff1726c2b4 (diff)
downloadnautilus-sendto-b7c0447195998c60a40ccbf2dd27a395f26451ca.tar.gz
Add required dbus and dbus-glib CFLAGS
Diffstat (limited to 'src')
-rw-r--r--src/plugins/gajim/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/gajim/Makefile.am b/src/plugins/gajim/Makefile.am
index 37948de..4ccdc20 100644
--- a/src/plugins/gajim/Makefile.am
+++ b/src/plugins/gajim/Makefile.am
@@ -7,6 +7,7 @@ INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_builddir) \
$(NAUTILUS_SENDTO_CFLAGS) \
+ $(DBUS_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(WARN_CFLAGS)