aboutsummaryrefslogtreecommitdiff
path: root/flow-core
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-07 19:08:16 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-07 19:59:24 -0800
commit39a07083956ea5f5e8eebbd67aa6b31aec4f2d52 (patch)
treed9f4536772763097906aede0e3b86c081786c6bc /flow-core
parent901eaa3dd48ea8ab692d060ec6245c61a65fd902 (diff)
downloadakka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.tar.gz
akka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.tar.bz2
akka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.zip
Transition from Autotools to CMake
Diffstat (limited to 'flow-core')
-rw-r--r--flow-core/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow-core/build.sbt b/flow-core/build.sbt
index 445b7cc..7a29d1e 100644
--- a/flow-core/build.sbt
+++ b/flow-core/build.sbt
@@ -9,4 +9,4 @@ compileOrder in Compile := CompileOrder.Mixed
enablePlugins(JniLoading)
-target in javah in Compile := (baseDirectory in ThisBuild).value / "flow-native" / "src" / "src"
+target in javah in Compile := (baseDirectory in ThisBuild).value / "flow-native" / "src" / "include"