aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-09-07 00:04:01 +0300
committerVadim Yanitskiy <axilirator@gmail.com>2017-12-31 12:20:59 +0100
commitf8d91a07b45a618fd25c9d6edcf28218642044c9 (patch)
tree16fa862dd5e469580abf7de235c24432e1827b9f /src/Makefile.am
parent4ffd6f20a9b7604308506d9e04ef1bb2e41cd282 (diff)
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \