summaryrefslogtreecommitdiff
path: root/tumblerd/Makefile.am
diff options
context:
space:
mode:
authorAli Abdallah <aliovx@gmail.com>2015-10-10 18:50:17 +0200
committerAli Abdallah <aliovx@gmail.com>2015-10-10 18:50:17 +0200
commitacc901b4c430bbde7d0e08c5c4df116182af2e64 (patch)
tree2cfcc9de61cd37029fff8f511335946856076893 /tumblerd/Makefile.am
parent59984d6e3b6ac3f8108a660afb56c38b060cabbc (diff)
downloadtumbler-acc901b4c430bbde7d0e08c5c4df116182af2e64.tar.gz
Porting the specialized thumbnailer to gdbus
Getting rid of all dbus-glib api Tumbler is now dbus-glib free!
Diffstat (limited to 'tumblerd/Makefile.am')
-rw-r--r--tumblerd/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/tumblerd/Makefile.am b/tumblerd/Makefile.am
index 0187bcb..b1ac6a8 100644
--- a/tumblerd/Makefile.am
+++ b/tumblerd/Makefile.am
@@ -61,8 +61,6 @@ tumblerd_CFLAGS = \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-DG_LOG_DOMAIN=\"tumblerd\" \
-I$(top_srcdir) \
- $(DBUS_CFLAGS) \
- $(DBUS_GLIB_CFLAGS) \
$(GDK_PIXBUF_CFLAGS) \
$(GIO_CFLAGS) \
$(GIO_UNIX_CFLAGS) \
@@ -79,8 +77,6 @@ tumblerd_DEPENDENCIES = \
$(top_builddir)/tumbler/libtumbler-$(TUMBLER_VERSION_API).la
tumblerd_LDADD = \
- $(DBUS_LIBS) \
- $(DBUS_GLIB_LIBS) \
$(GDK_PIXBUF_LIBS) \
$(GIO_LIBS) \
$(GIO_UNIX_LIBS) \