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

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit 8ba643efb7bfbf949c652a6aa8738d7cfbbb53d1
Author: Pieter Kempeneers <kempe...@gmail.com>
Date:   Thu Mar 27 12:46:19 2014 +0100

    change include path in installation according to comments of Francesco P. 
Lovergine
---
 src/algorithms/Makefile.am | 2 +-
 src/base/Makefile.am       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/algorithms/Makefile.am b/src/algorithms/Makefile.am
index 1fb3917..857bf7f 100644
--- a/src/algorithms/Makefile.am
+++ b/src/algorithms/Makefile.am
@@ -17,7 +17,7 @@ AM_CXXFLAGS = -I$(top_srcdir)/src $(GDAL_CFLAGS) @AM_CXXFLAGS@
 lib_LTLIBRARIES = libalgorithms.la
 
 # where to install the headers on the system
-libalgorithms_ladir = $(includedir)/algorithms
+libalgorithms_ladir = $(includedir)/pktools/algorithms
 
 # the list of header files that belong to the library (to be installed later)
 libalgorithms_la_HEADERS = Egcs.h Filter2d.h Filter.h StatFactory.h 
ConfusionMatrix.h svm.h FeatureSelector.h
diff --git a/src/base/Makefile.am b/src/base/Makefile.am
index efde6a4..a08216e 100644
--- a/src/base/Makefile.am
+++ b/src/base/Makefile.am
@@ -19,7 +19,7 @@ AM_CXXFLAGS = -I$(top_srcdir)/src $(GDAL_CFLAGS) @AM_CXXFLAGS@
 lib_LTLIBRARIES = libbase.la
 
 # where to install the headers on the system
-libbase_ladir = $(includedir)/base
+libbase_ladir = $(includedir)/pktools/base
 
 # the list of header files that belong to the library (to be installed later)
 libbase_la_HEADERS = $(top_srcdir)/config.h Vector2d.h IndexValue.h Optionpk.h 
PosValue.h

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to