From f8d91a07b45a618fd25c9d6edcf28218642044c9 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 7 Sep 2017 00:04:01 +0300 Subject: osmo-gapk: use more convenient name for the source file Since GAPK package contains a library and the representative osmo-gapk application, the 'main.c' looks a bit confusing. Let's use the common naming scheme. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5dd75ff..2c52ec1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -80,7 +80,7 @@ libosmogapk_la_SOURCES += \ bin_PROGRAMS = osmo-gapk osmo_gapk_SOURCES = \ - main.c \ + app_osmo_gapk.c \ $(NULL) osmo_gapk_LDFLAGS = \ -- cgit v1.2.1