Fix data/Makefile.am
Indentation got wrong.
This commit is contained in:
parent
ffc118c47c
commit
b8c6d15d7e
@ -5,9 +5,9 @@ resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --sourc
|
|||||||
gauthenticator.gresource: gauthenticator.gresource.xml $(resource_files)
|
gauthenticator.gresource: gauthenticator.gresource.xml $(resource_files)
|
||||||
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) $<
|
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) $<
|
||||||
|
|
||||||
resourcedir = $(pkgdatadir)
|
resourcedir = $(pkgdatadir)
|
||||||
resource_DATA = gauthenticator.gresource
|
resource_DATA = gauthenticator.gresource
|
||||||
|
|
||||||
EXTRA_DIST = gauthenticator.gresource.xml $(resource_files)
|
EXTRA_DIST = gauthenticator.gresource.xml $(resource_files)
|
||||||
|
|
||||||
CLEANFILES = gauthenticator.gresource
|
CLEANFILES = gauthenticator.gresource
|
||||||
|
Loading…
Reference in New Issue
Block a user