diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 4105a7e6c..2be9e35e7 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -64,7 +64,13 @@ common_source = \ signal.c card_support_source = \ - cardglue.c cardclue.h + cardglue.c cardclue.h \ + card-util.c \ + app-common.h \ + app-openpgp.c \ + iso7816.c iso7816.h \ + apdu.c apdu.h \ + ccid-driver.c ccid-driver.h gpg_SOURCES = g10.c \ |