Revision c8a89f21
Von admin vor etwa 2 Jahren hinzugefügt
src/libs/plugins/backends/aqhbci/msglayer/Makefile.am | ||
---|---|---|
EXTRA_DIST=\
|
||
msgcrypt.c \
|
||
msgcrypt_ddv.c \
|
||
msgcrypt_rxh_common.c \
|
||
msgcrypt_rxh_decrypt.c \
|
||
msgcrypt_pintan.c \
|
||
dialog_hbci.c \
|
||
dialog_https.c
|
||
... | ... | |
hbci-updates_p.h \
|
||
message_l.h \
|
||
message_p.h \
|
||
msgcrypt_rxh_common.h \
|
||
msgcrypt_rxh_encrypt.h \
|
||
msgcrypt_rxh_decrypt.h \
|
||
msgengine_l.h \
|
||
msgengine_p.h \
|
||
msgengine.h
|
||
... | ... | |
hbci.c \
|
||
hbci-updates.c \
|
||
message.c \
|
||
msgcrypt_rxh_common.c \
|
||
msgcrypt_rxh_encrypt.c \
|
||
msgcrypt_rxh_decrypt.c \
|
||
msgengine.c
|
||
|
||
|
||
sources:
|
||
for f in $(libhbcimsg_la_SOURCES) $(EXTRA_DIST); do \
|
||
echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \
|
Auch abrufbar als: Unified diff
aqhbci: adapted automake files to latest changes.