aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 55d0ed222..6b95ac3a5 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -6,10 +6,11 @@ OMIT_DEPENDENCIES = zlib.h zconf.h
LDFLAGS = -static @LDFLAGS@ @DYNLINK_LDFLAGS@
# we need to add libutil.la a second time because we have to resolve
# gpg_log_ in some libjnlib modules. - very ugly - should be removed soon.
-needed_libs = ../util/libutil.la ../gcrypt/libgcrypt.la ../jnlib/libjnlib.la ../util/libutil.la
+needed_libs = ../util/libutil.la ../gcrypt/libgcrypt.la \
+ ../jnlib/libjnlib.la ../util/libutil.la
#noinst_PROGRAMS = gpgd
-bin_PROGRAMS = gpg kbxutil
+bin_PROGRAMS = gpg kbxutil
common_source = \
build-packet.c \