commit | 5ef8e3ec2ab39ea37f8437ae1b7ca1966287a934 | [log] [tgz] |
---|---|---|
author | Mario Emmenlauer <memmenlauer@biodataanalysis.de> | Fri Apr 24 16:34:02 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 24 15:34:02 2020 +0100 |
tree | 26a38812cc6bd92140167fba993403733e02bdbd | |
parent | 25f81d11c2adb60ce50425879962a3f68efc4afa [diff] [blame] |
Remove boost from compiler test, delete unused bincat.sh
diff --git a/compiler/cpp/test/Makefile.am b/compiler/cpp/test/Makefile.am index 801f9d8..10efd07 100644 --- a/compiler/cpp/test/Makefile.am +++ b/compiler/cpp/test/Makefile.am
@@ -23,6 +23,5 @@ AUTOMAKE_OPTIONS = subdir-objects serial-tests nostdinc -AM_CPPFLAGS = $(BOOST_CPPFLAGS) -I$(top_srcdir)/compiler/cpp/src -AM_LDFLAGS = $(BOOST_LDFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/compiler/cpp/src AM_CXXFLAGS = -Wall -Wextra -pedantic