A task-oriented GnuPG frontend
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.
|
|
|
bin_PROGRAMS = yki
|
|
|
|
|
|
|
|
yki_SOURCES = yki.c gpgutil.c gpgutil.h error.c error.h errors.h \
|
|
|
|
encrypt.c encrypt.h yki-encrypt.ui resources.xml
|
|
|
|
|
|
|
|
nodist_yki_SOURCES = resources.c
|
|
|
|
|
|
|
|
BUILT_SOURCES = resources.c
|
|
|
|
|
|
|
|
CLEANFILES = resources.c
|
|
|
|
|
|
|
|
resources.c: resources.xml yki-encrypt.ui
|
|
|
|
$(GLIB_COMPILE_RESOURCES) --target=$@ --generate-source \
|
|
|
|
--sourcedir=$(top_srcdir)/src $<
|