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 d2b6d071195cf61a8de458e008c28a99294def29 Author: Pieter Kempeneers <kempe...@gmail.com> Date: Fri Mar 28 19:14:18 2014 +0100 config.h now in /usr/local/lib/pktools/include --- doc/{faq_pkmosaic.dox => faq_pkcomposit.dox} | 0 pktools.pc | 11 +++++++++++ src/base/Makefile.am | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/faq_pkmosaic.dox b/doc/faq_pkcomposit.dox similarity index 100% rename from doc/faq_pkmosaic.dox rename to doc/faq_pkcomposit.dox diff --git a/pktools.pc b/pktools.pc new file mode 100644 index 0000000..24ad128 --- /dev/null +++ b/pktools.pc @@ -0,0 +1,11 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: pktools +Description: API library for pktools +Requires: gdal gsl +Version: 2.5.2 +Libs: -L${libdir} -lpktools +Cflags: -I${includedir}/pktools diff --git a/src/base/Makefile.am b/src/base/Makefile.am index d641e68..d2228de 100644 --- a/src/base/Makefile.am +++ b/src/base/Makefile.am @@ -27,7 +27,7 @@ libbase_ladir = $(includedir)/pktools/base libbase_la_LDFLAGS = -version-info $(PKTOOLS_SO_VERSION) $(AM_LDFLAGS) # 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 +libbase_la_HEADERS = Vector2d.h IndexValue.h Optionpk.h PosValue.h # the sources to add to the library and to add to the source distribution ############################################################################### -- 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