[Pkg-gnupg-commit] [gnupg1] 13/30: rsa: Allow different build directory.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Aug 2 06:35:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg1.

commit 994d5b707559a800a650dc7f273372f509d74780
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Jul 7 21:20:56 2017 +0900

    rsa: Allow different build directory.
    
    * cipher/Makefile.am (AM_CPPFLAGS): Add mpi dirs.
    * cipher/rsa.c: Change include file.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 cipher/Makefile.am | 2 +-
 cipher/rsa.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 6b923b2..bd79fbc 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -17,7 +17,7 @@
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 ## Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
+AM_CPPFLAGS = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl -I$(top_srcdir)/mpi -I../mpi
 
 if ! HAVE_DOSISH_SYSTEM
 AM_CPPFLAGS += -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\""
diff --git a/cipher/rsa.c b/cipher/rsa.c
index 5d7b4f7..84a1af0 100644
--- a/cipher/rsa.c
+++ b/cipher/rsa.c
@@ -29,7 +29,7 @@
 #include <string.h>
 #include "util.h"
 #include "mpi.h"
-#include "../mpi/mpi-internal.h"
+#include "mpi-internal.h"
 #include "cipher.h"
 #include "rsa.h"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg1.git



More information about the Pkg-gnupg-commit mailing list