laforge submitted this change.

View Change



2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: pespin: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified
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(-)

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])])

To view, visit change 41058. To unsubscribe, or for help writing mail filters, visit settings.

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 <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>