View | Details | Raw Unified | Return to bug 205719 | Differences between
and this patch

Collapse All | Expand All

(-)./files/patch-Makefile.am (+22 lines)
Line 0 Link Here
1
--- Makefile.am.orig	2007-05-23 03:17:52.000000000 +0200
2
+++ Makefile.am	2015-12-29 17:27:11.713299000 +0100
3
@@ -2,7 +2,7 @@
4
 ## Use aclocal -I m4; automake --foreign
5
 
6
 AUTOMAKE_OPTIONS = foreign
7
-EXTRA_PROGRAMS = mutt_dotlock pgpring makedoc
8
+EXTRA_PROGRAMS = mutt_dotlock pgpewrap pgpring makedoc
9
 
10
 if BUILD_IMAP
11
 IMAP_SUBDIR = imap
12
@@ -90,6 +90,10 @@
13
 pgpring_LDADD = @LIBOBJS@ $(INTLLIBS) 
14
 pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
15
 
16
+pgpewrap_SOURCES = pgpewrap.c
17
+pgpewrap_LDADD = @LIBOBJS@ $(INTLLIBS) 
18
+pgpewrap_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
19
+
20
 mutt_dotlock.c: dotlock.c
21
 	cp $(srcdir)/dotlock.c mutt_dotlock.c
22
 

Return to bug 205719