[mathic] 56/62: Changed installation into x/mathic/mathic/... and x/mathic/mathic.h to x/mathic/... and x/mathic.h
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository mathic.
commit bd33058b2add21e4d6d494f694bfd7cb039f8ae5
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Thu Mar 21 20:10:48 2013 +0100
Changed installation into x/mathic/mathic/... and x/mathic/mathic.h to x/mathic/... and x/mathic.h
---
Makefile.am | 4 ++--
build/autotools/mathic.pc.in | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4f83320..c66f682 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,10 +31,10 @@ libmathic_la_SOURCES = src/mathic/Timer.cpp \
# Normally, automake strips the path from the files when installing them,
# so src/mathic/x.h gets installed as just x.h.
mathicA_include_HEADERS = src/mathic.h
-mathicA_includedir = $(includedir)/mathic
+mathicA_includedir = $(includedir)
# install remaining headers into subdirectory of the include dir
mathicB_includedir = \
- $(includedir)/mathic/mathic
+ $(includedir)/mathic
mathicB_include_HEADERS = src/mathic/Action.h src/mathic/Geobucket.h \
src/mathic/BinaryKDTree.h src/mathic/GeoFront.h \
src/mathic/BoolParameter.h src/mathic/Heap.h \
diff --git a/build/autotools/mathic.pc.in b/build/autotools/mathic.pc.in
index 79559bb..228d18c 100755
--- a/build/autotools/mathic.pc.in
+++ b/build/autotools/mathic.pc.in
@@ -9,4 +9,4 @@ URL: https://github.com/broune/mathic
Requires: memtailor-1.0
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lmathic
-Cflags: -I${includedir}/mathic/
+Cflags: -I${includedir}/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git
More information about the debian-science-commits
mailing list