diff options
author | Moritz Schulte <[email protected]> | 2004-09-27 20:56:55 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2004-09-27 20:56:55 +0000 |
commit | 06e533481769ce505765f8f39de7f021ff7e1474 (patch) | |
tree | f30e49b670ca09693234b772348a17617d77ddf0 | |
parent | Added Libestream. (diff) | |
download | gnupg-06e533481769ce505765f8f39de7f021ff7e1474.tar.gz gnupg-06e533481769ce505765f8f39de7f021ff7e1474.zip |
*** empty log message ***
-rw-r--r-- | agent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index 6eab1162c..07423e70a 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -29,7 +29,7 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(PTH_CFLAGS) gpg_agent_SOURCES = \ gpg-agent.c agent.h \ - gpg-stream.c gpg-stream.h gpg-stream-config.h \ + estream.c estream.h \ command.c command-ssh.c \ query.c \ cache.c \ |