[mathic] 21/62: Added HashTable.cpp to the list of files
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Wed Apr 1 11:36:19 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 23c2a1404aa93dc7faed712d2e4b05a3c7367aef
Author: Mike Stillman <mikestillman1 at gmail.com>
Date: Wed Aug 1 09:31:57 2012 -0400
Added HashTable.cpp to the list of files
---
Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index ac64edb..a910733 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,8 @@ libmathic_ at MATHIC_API_VERSION@_la_SOURCES = src/mathic/Timer.cpp \
src/mathic/error.cpp src/mathic/HelpAction.cpp \
src/mathic/IntegerParameter.cpp src/mathic/StringParameter.cpp \
src/mathic/display.cpp src/mathic/BitTriangle.cpp \
- src/mathic/PairQueue.cpp
+ src/mathic/PairQueue.cpp \
+ src/mathic/HashTable.cpp
# The headers that libmathic installs.
# Normally, automake strips the path from the files when installing them,
@@ -97,4 +98,5 @@ unittest_LDFLAGS= $(top_builddir)/libmathic-$(MATHIC_API_VERSION).la
test_LIBS=
unittest_SOURCES=src/test/DivFinder.cpp src/test/gtestInclude.cpp \
src/test/testMain.cpp src/test/BitTriangle.cpp \
- src/test/PairQueue.cpp
+ src/test/PairQueue.cpp \
+ src/test/HashTable.cpp
--
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