]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop "_la_" from variable name 11898/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Mar 2019 15:22:33 +0000 (16:22 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Mar 2019 20:02:40 +0000 (21:02 +0100)
A left-over from libtool times.

src/core/meson.build

index 2e58146d1f1dd0687448b8048bcc2f5e2408314a..86ab35d818d2c032cae4ff5da646d380d22bbc0f 100644 (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,