summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-24 19:50:46 +0100
committerWerner Koch <wk@gnupg.org>1998-02-24 19:50:46 +0100
commit5a05af2bca319adc9a915ff4466f04c3ef05142a (patch)
tree24292fd49662c09acbe4d6eae321888cbb175585 /g10/Makefile.am
parentrel 0.2.7 mit kleines Korrekturen (diff)
downloadgnupg2-5a05af2bca319adc9a915ff4466f04c3ef05142a.tar.xz
gnupg2-5a05af2bca319adc9a915ff4466f04c3ef05142a.zip
Renamed to GNUPGV-0-2-8
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index a2a72f778..bee2df285 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST = OPTIONS pubring.asc
OMIT_DEPENDENCIES = zlib.h zconf.h
needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
-bin_PROGRAMS = g10 g10maint
+bin_PROGRAMS = gpg gpgm
common_source = \
build-packet.c \
@@ -49,12 +49,12 @@ common_source = \
revoke.c \
sig-check.c
-g10_SOURCES = g10.c \
+gpg_SOURCES = g10.c \
$(common_source) \
keygen.c
-g10maint_SOURCES = g10maint.c \
+gpgm_SOURCES = g10maint.c \
dearmor.c \
$(common_source)