summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--real.make1
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 07fea39..d3f0c34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,9 @@ before_script:
## Main test script
script:
- - ./configure --dev CPPFLAGS=-DQUIET
+ - mkdir build
+ - cd build
+ - ../configure --dev CPPFLAGS=-DQUIET
- make -k -j2
## Do something after the main test script
diff --git a/real.make b/real.make
index cce0306..305f150 100644
--- a/real.make
+++ b/real.make
@@ -212,6 +212,7 @@ vpath %.ypp ${SRC_DIR}
vpath %.lpp ${SRC_DIR}
vpath %.cpp ${SRC_DIR}
vpath %.hpp ${SRC_DIR}
+vpath %.tcc ${SRC_DIR}
.DELETE_ON_ERROR:
.DEFAULT_GOAL := all