osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41058?usp=email )
Change subject: configure.ac: use subdir-objects ......................................................................
configure.ac: use subdir-objects
Fix a bunch of warnings: src/Makefile.am:1: warning: source file 'gen/TCAP_DialoguePDU.c' is in a subdirectory, src/Makefile.am:1: but option 'subdir-objects' is disabled src/Makefile.am:1: warning: source file 'gen/TCAP_AUDT-apdu.c' is in a subdirectory, src/Makefile.am:1: but option 'subdir-objects' is disabled src/Makefile.am:1: warning: source file 'gen/NULL_ber.c' is in a subdirectory, src/Makefile.am:1: but option 'subdir-objects' is disabled src/Makefile.am:1: warning: source file 'gen/asn_codecs_prim_ber.c' is in a subdirectory, src/Makefile.am:1: but option 'subdir-objects' is disabled …
Change-Id: I800c8d8e39923a8dd17e3bf1e5aeb1cf691383d8 --- M configure.ac 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-asn1-tcap refs/changes/58/41058/1
diff --git a/configure.ac b/configure.ac index 7ab015e..e301c64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([libosmo-asn1-tcap], 0.0.0, [openbsc-devel@lists.openbsc.org])
-AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])