[X2Go-Commits] [pinentry-x2go] 03/03: assuan/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.

git-admin at x2go.org git-admin at x2go.org
Mon Nov 12 20:55:34 CET 2018


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

x2go pushed a commit to branch master
in repository pinentry-x2go.

commit a88a68e091e19b634cbbc6d4bd7a00bb9167684b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Nov 12 20:53:55 2018 +0100

    assuan/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
---
 assuan/Makefile.am | 2 +-
 debian/changelog   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/assuan/Makefile.am b/assuan/Makefile.am
index df06ecf..70734e3 100644
--- a/assuan/Makefile.am
+++ b/assuan/Makefile.am
@@ -20,7 +20,7 @@
 ## Process this file with automake to produce Makefile.in
 
 EXTRA_DIST = mkerrors Manifest
-INCLUDES = -I.. -I$(top_srcdir)/include
+AM_CPPFLAGS = -I.. -I$(top_srcdir)/include
 BUILT_SOURCES = assuan-errors.c
 MOSTLYCLEANFILES = assuan-errors.c
 
diff --git a/debian/changelog b/debian/changelog
index edacd55..b81da0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low
     - ChangeLog: Point to debian/changelog.
     - configure.ac: Fix "0: command not found" error.
     - resources.rcc: Remove duplicate files.
+    - assuan/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
   * debian/pinentry-x2go.docs:
     + Add THANKS file as doc file.
   * debian/pinentry-x2go.manapages:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git


More information about the x2go-commits mailing list