diff options
Diffstat (limited to 'g10/Makefile.in')
-rw-r--r-- | g10/Makefile.in | 49 |
1 files changed, 16 insertions, 33 deletions
diff --git a/g10/Makefile.in b/g10/Makefile.in index 4b37cc030..8574f6c07 100644 --- a/g10/Makefile.in +++ b/g10/Makefile.in @@ -61,36 +61,16 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ -CATALOGS = @CATALOGS@ -CATOBJEXT = @CATOBJEXT@ CC = @CC@ CIPHER_EXTRA_DIST = @CIPHER_EXTRA_DIST@ CIPHER_EXTRA_OBJS = @CIPHER_EXTRA_OBJS@ CPP = @CPP@ -DATADIRNAME = @DATADIRNAME@ G10_LOCALEDIR = @G10_LOCALEDIR@ -GENCAT = @GENCAT@ -GMOFILES = @GMOFILES@ -GMSGFMT = @GMSGFMT@ -GT_NO = @GT_NO@ -GT_YES = @GT_YES@ -INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ -INSTOBJEXT = @INSTOBJEXT@ -INTLDEPS = @INTLDEPS@ -INTLLIBS = @INTLLIBS@ -INTLOBJS = @INTLOBJS@ -MKINSTALLDIRS = @MKINSTALLDIRS@ MPI_EXTRA_ASM_OBJS = @MPI_EXTRA_ASM_OBJS@ -MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ -POFILES = @POFILES@ -POSUB = @POSUB@ RANLIB = @RANLIB@ -USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -USE_NLS = @USE_NLS@ VERSION = @VERSION@ ZLIBS = @ZLIBS@ -l = @l@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl EXTRA_DIST = OPTIONS pubring.asc @@ -156,6 +136,8 @@ gpgm_SOURCES = dearmor.c \ $(common_source) gpgd_SOURCES = gpgd.c \ + ks-proto.h \ + ks-proto.c \ $(common_source) LDADD = @INTLLIBS@ $(needed_libs) @ZLIBS@ @@ -192,13 +174,13 @@ sig-check.o signal.o gpgm_DEPENDENCIES = g10maint.o ../cipher/libcipher.a ../mpi/libmpi.a \ ../util/libutil.a gpgm_LDFLAGS = -gpgd_OBJECTS = gpgd.o build-packet.o compress.o free-packet.o getkey.o \ -pkclist.o skclist.o ringedit.o kbnode.o mainproc.o armor.o mdfilter.o \ -textfilter.o cipher.o elg.o dsa.o rsa.o misc.o openfile.o keyid.o \ -trustdb.o parse-packet.o passphrase.o pubkey-enc.o seckey-cert.o \ -seskey.o import.o export.o comment.o status.o sign.o keyedit.o \ -plaintext.o encr-data.o encode.o revoke.o keylist.o sig-check.o \ -signal.o +gpgd_OBJECTS = gpgd.o ks-proto.o build-packet.o compress.o \ +free-packet.o getkey.o pkclist.o skclist.o ringedit.o kbnode.o \ +mainproc.o armor.o mdfilter.o textfilter.o cipher.o elg.o dsa.o rsa.o \ +misc.o openfile.o keyid.o trustdb.o parse-packet.o passphrase.o \ +pubkey-enc.o seckey-cert.o seskey.o import.o export.o comment.o \ +status.o sign.o keyedit.o plaintext.o encr-data.o encode.o revoke.o \ +keylist.o sig-check.o signal.o gpgd_LDADD = $(LDADD) gpgd_DEPENDENCIES = ../cipher/libcipher.a ../mpi/libmpi.a \ ../util/libutil.a @@ -218,12 +200,13 @@ DEP_FILES = .deps/armor.P .deps/build-packet.P .deps/cipher.P \ .deps/dsa.P .deps/elg.P .deps/encode.P .deps/encr-data.P .deps/export.P \ .deps/free-packet.P .deps/g10.P .deps/getkey.P .deps/gpgd.P \ .deps/import.P .deps/kbnode.P .deps/keyedit.P .deps/keygen.P \ -.deps/keyid.P .deps/keylist.P .deps/mainproc.P .deps/mdfilter.P \ -.deps/misc.P .deps/openfile.P .deps/parse-packet.P .deps/passphrase.P \ -.deps/pkclist.P .deps/plaintext.P .deps/pubkey-enc.P .deps/revoke.P \ -.deps/ringedit.P .deps/rsa.P .deps/seckey-cert.P .deps/seskey.P \ -.deps/sig-check.P .deps/sign.P .deps/signal.P .deps/skclist.P \ -.deps/status.P .deps/textfilter.P .deps/trustdb.P .deps/verify.P +.deps/keyid.P .deps/keylist.P .deps/ks-proto.P .deps/mainproc.P \ +.deps/mdfilter.P .deps/misc.P .deps/openfile.P .deps/parse-packet.P \ +.deps/passphrase.P .deps/pkclist.P .deps/plaintext.P .deps/pubkey-enc.P \ +.deps/revoke.P .deps/ringedit.P .deps/rsa.P .deps/seckey-cert.P \ +.deps/seskey.P .deps/sig-check.P .deps/sign.P .deps/signal.P \ +.deps/skclist.P .deps/status.P .deps/textfilter.P .deps/trustdb.P \ +.deps/verify.P SOURCES = $(gpg_SOURCES) $(gpgm_SOURCES) $(gpgd_SOURCES) OBJECTS = $(gpg_OBJECTS) $(gpgm_OBJECTS) $(gpgd_OBJECTS) |