gauthenticator/data/Makefile.am

14 lines
536 B
Makefile
Raw Normal View History

-include $(top_srcdir)/git.mk
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --sourcedir=$(builddir) --generate-dependencies $(srcdir)/gauthenticator.gresource.xml)
gauthenticator.gresource: gauthenticator.gresource.xml $(resource_files)
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) $<
resourcedir = $(pkgdatadir)
resource_DATA = gauthenticator.gresource
EXTRA_DIST = gauthenticator.gresource.xml $(resource_files)
CLEANFILES = gauthenticator.gresource