Fix data/Makefile.am

Indentation got wrong.
This commit is contained in:
Gergely Polonkai 2017-03-28 11:19:38 +02:00
parent ffc118c47c
commit b8c6d15d7e
1 changed files with 4 additions and 4 deletions

View File

@ -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