summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJonas Kümmerlin <rgcjonas@gmail.com>2015-08-28 22:45:34 +0200
committerAndre Miranda <andreldm@xfce.org>2017-08-14 21:08:28 -0300
commit4ce7c649f248d90d063440ca8e6db06e64f94e69 (patch)
tree192bcd9ffa370dda358146c5b005b30292afefb7 /Makefile.am
parentd8bc91d4708fcd2190fc536c69415795a040f32a (diff)
downloadthunar-4ce7c649f248d90d063440ca8e6db06e64f94e69.tar.gz
Replace dbus-glib with GDBus
The thumbnailer code is a bit hairy, but it appears to work. Let's wait for the crashes and bug reports.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cca7c3b0..d9b86bc8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,13 +78,11 @@ appdatadir = $(datadir)/appdata
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
appdata_in_files = thunar.appdata.xml.in
-if HAVE_DBUS
servicedir = $(datadir)/dbus-1/services
service_in_files = org.xfce.FileManager.service.in org.xfce.Thunar.service.in
service_DATA = $(service_in_files:.service.in=.service)
%.service: %.service.in
$(AM_V_GEN) $(SED) -e "s,\@bindir\@,$(bindir),g" < $< > $@
-endif
polkit_policydir = $(datadir)/polkit-1/actions
polkit_in_in_files = \