diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 = \ |