You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
540 B
14 lines
540 B
6 years ago
|
|
||
|
-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
|