Initial commit with a non-working version

This commit is contained in:
2017-03-28 11:00:23 +02:00
commit ffc118c47c
82 changed files with 18951 additions and 0 deletions

13
data/Makefile.am Normal file
View File

@@ -0,0 +1,13 @@
-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