summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-10-31 12:14:25 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-10-31 12:14:25 -0700
commit6f7a6bd270d2e550bd0ad14be82d40c06132931a (patch)
tree7226b1efb16cd77891b83fada9d400c71deca1bf
parentbec60dcce83d1507fdd0d245bf37a47d3277a00f (diff)
downloadtmwa-6f7a6bd270d2e550bd0ad14be82d40c06132931a.tar.gz
tmwa-6f7a6bd270d2e550bd0ad14be82d40c06132931a.tar.bz2
tmwa-6f7a6bd270d2e550bd0ad14be82d40c06132931a.tar.xz
tmwa-6f7a6bd270d2e550bd0ad14be82d40c06132931a.zip
Fix out-of-tree builds
-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