build: remove subdir-objects from configure.ac, it is broken

This is a known autoconf bug, it creates odd directories named literally
'$(top_srcdir)', potentially messing up dependency checking.

Change-Id: Ia47b038d4ca4f6c345711fb17d074f71c80e4453
This commit is contained in:
Neels Hofmeyr 2016-08-26 23:41:46 +02:00 committed by Harald Welte
parent e7d6476825
commit c636cab20f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AC_INIT([osmo-iuh],
LT_INIT
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9 subdir-objects tar-ustar])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9 tar-ustar])
dnl tar-ustar: some asn1 filenames surpass the 99 char limit of tar, so we need
dnl to make tar allow longer filenames.