meson: drop "_la_" from variable name

A left-over from libtool times.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-03-05 16:22:33 +01:00
parent 53f79e125d
commit 68d923d0d0
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ libcore_shared_sources = '''
mount-setup.h
'''.split()
libcore_la_sources = '''
libcore_sources = '''
audit-fd.c
audit-fd.h
automount.c
@ -158,7 +158,7 @@ libcore_shared = static_library(
libcore = static_library(
'core',
libcore_la_sources,
libcore_sources,
load_fragment_gperf_c,
load_fragment_gperf_nulstr_c,
include_directories : includes,