[mathic] 27/62: Added header files to mathic.h, and changed Makefile.am to install the correct files

Doug Torrance dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:20 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 c5f6c087524a202af50ecd618ce16713ad5ab045
Author: Mike Stillman <mikestillman1 at gmail.com>
Date:   Thu Aug 2 10:01:38 2012 -0400

    Added header files to mathic.h, and changed Makefile.am to install the correct files
---
 Makefile.am  | 4 +++-
 src/mathic.h | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a910733..6b8ed4d 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,9 @@ mathicB_include_HEADERS = src/mathic/Action.h src/mathic/Geobucket.h	\
   src/mathic/DivList.h src/mathic/StlSet.h src/mathic/DivMask.h			\
   src/mathic/StringParameter.h src/mathic/ElementDeleter.h				\
   src/mathic/Timer.h src/mathic/error.h src/mathic/TourTree.h			\
-  src/mathic/BitTriangle.h
+  src/mathic/BitTriangle.h \
+  src/mathic/PairQueue.h \
+  src/mathic/HashTable.h
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = build/autotools/mathic-$(MATHIC_API_VERSION).pc
diff --git a/src/mathic.h b/src/mathic.h
index 3980051..982188a 100755
--- a/src/mathic.h
+++ b/src/mathic.h
@@ -8,6 +8,7 @@
 
 // other data structures
 #include "mathic/BitTriangle.h"
+#include "mathic/HashTable.h"
 
 // divisor query data structures
 #include "mathic/DivList.h"

-- 
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