Initial commit with a non-working version
This commit is contained in:
13
data/Makefile.am
Normal file
13
data/Makefile.am
Normal 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
|
Reference in New Issue
Block a user