--- contrib/colord-sane/Makefile.am.orig 2012-03-09 21:04:40.000000000 +0100 +++ contrib/colord-sane/Makefile.am 2012-05-20 21:40:10.467188736 +0200 @@ -1,3 +1,4 @@ +if HAVE_SANE introspectiondir = $(datadir)/dbus-1/interfaces dist_introspection_DATA = \ org.freedesktop.colord.sane.xml @@ -17,7 +18,6 @@ -DLOCALEDIR=\""$(localedir)"\" if HAVE_GUDEV -if HAVE_SANE COLORD_LIBS = \ $(top_builddir)/libcolord/libcolord.la @@ -37,7 +37,6 @@ colord_sane_CFLAGS = \ $(WARNINGFLAGS_C) endif -endif dbusdir = $(sysconfdir)/dbus-1/system.d dist_dbus_DATA = org.freedesktop.colord-sane.conf @@ -72,3 +71,4 @@ $(systemdservicemain_DATA) -include $(top_srcdir)/git.mk +endif