Max has uploaded this change for review. ( https://gerrit.osmocom.org/12392
Change subject: utils: drop redundant _SOURCES entries ...................................................................... utils: drop redundant _SOURCES entries Automake use the .c file corresponding to the program name automatically, there's no need to use _SOURCES unless they have multiple files in them. Change-Id: Ia0374e2d38e6bdc416eec182030af94b89d65ab7 --- M utils/Makefile.am 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/92/12392/1 diff --git a/utils/Makefile.am b/utils/Makefile.am index fb79190..c3d174d 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -7,11 +7,6 @@ bin_PROGRAMS = osmo-arfcn osmo-auc-gen osmo-config-merge -osmo_arfcn_SOURCES = osmo-arfcn.c - -osmo_auc_gen_SOURCES = osmo-auc-gen.c - -osmo_config_merge_SOURCES = osmo-config-merge.c osmo_config_merge_LDADD = $(LDADD) $(TALLOC_LIBS) osmo_config_merge_CFLAGS = $(TALLOC_CFLAGS) -- To view, visit https://gerrit.osmocom.org/12392 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia0374e2d38e6bdc416eec182030af94b89d65ab7 Gerrit-Change-Number: 12392 Gerrit-PatchSet: 1 Gerrit-Owner: Max <[email protected]>
