From b8c6d15d7e62a39a7929c49e76a7268e05c5fb7f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Mar 2017 11:19:38 +0200 Subject: [PATCH] Fix data/Makefile.am Indentation got wrong. --- data/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index f2d5725..78590a2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,9 +5,9 @@ resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --sourc gauthenticator.gresource: gauthenticator.gresource.xml $(resource_files) $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) $< - resourcedir = $(pkgdatadir) - resource_DATA = gauthenticator.gresource +resourcedir = $(pkgdatadir) +resource_DATA = gauthenticator.gresource - EXTRA_DIST = gauthenticator.gresource.xml $(resource_files) +EXTRA_DIST = gauthenticator.gresource.xml $(resource_files) - CLEANFILES = gauthenticator.gresource +CLEANFILES = gauthenticator.gresource