diff options
author | Werner Koch <wk@gnupg.org> | 1998-06-13 19:00:02 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-06-13 19:00:02 +0200 |
commit | e662bf708b4f24ec36b4ec8d26e66e4381bddeda (patch) | |
tree | 63f6024556241d73918e22ce678ba91a07d24537 /util/Makefile.am | |
parent | a whole bunch of internal cleanups (diff) | |
download | gnupg2-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.tar.xz gnupg2-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.zip |
gnupg extension are now working
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index df60fbb64..baef6045a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl noinst_LIBRARIES = libutil.a -libutil_a_SOURCES = logger.c fileutil.c miscutil.c strgutil.c \ +libutil_a_SOURCES = g10u.c logger.c fileutil.c miscutil.c strgutil.c \ ttyio.c argparse.c memory.c secmem.c errors.c iobuf.c |