aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
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)