aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-30 15:23:00 -0700
committerHarald Welte <laforge@gnumonks.org>2012-07-01 07:40:36 +0200
commit56855350e9469f1af02a4cbfbde038584719c787 (patch)
treed968c2854b00f7aee7c77de4dd175b0619c466c3 /configure.ac
parent05819cebc43bf65813aa4997eedc64c94b25ff97 (diff)
build: build libosmotrau.la in the src directory.
This spares us another recursion, and allows a much higher parallelisation, since trau is only one source unit and one standalone library. Incidentally, also make sure that the version specification for libosmoabis is applied. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2c04240..b85718b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,5 @@ AC_OUTPUT(
libosmotrau.pc
include/Makefile
src/Makefile
- src/trau/Makefile
tests/Makefile
Makefile)