laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41058?usp=email )
( 2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )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(-) Approvals: pespin: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified 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-de...@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])]) -- To view, visit https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41058?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: libosmo-asn1-tcap Gerrit-Branch: master Gerrit-Change-Id: I800c8d8e39923a8dd17e3bf1e5aeb1cf691383d8 Gerrit-Change-Number: 41058 Gerrit-PatchSet: 3 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <lafo...@osmocom.org> Gerrit-Reviewer: pespin <pes...@sysmocom.de>