chiark / gitweb /
meson: recompile all sources for install_libudev_static and install_libsystemd_static
[elogind.git] / src / shared / meson.build
index 139ecb0efc30aae51166d81f0fc3ccb9a599dff2..a42059c83bc78626cd3f3916f1aa570ff832c813 100644 (file)
@@ -3,7 +3,7 @@
 # Copyright 2017 Zbigniew JÄ™drzejewski-Szmek
 
 #if 0 /// elogind has a much shorter list
-# shared_sources = '''
+# shared_sources = files('''
 #         acl-util.h
 #         acpi-fpdt.c
 #         acpi-fpdt.h
 #         watchdog.c
 #         watchdog.h
 #         wireguard-netlink.h
-# '''.split()
+# '''.split())
 #else
 shared_sources = '''
         bus-util.c
@@ -135,20 +135,20 @@ test_tables_h = files('test-tables.h')
 shared_sources += [test_tables_h]
 
 if conf.get('HAVE_ACL') == 1
-        shared_sources += ['acl-util.c']
+        shared_sources += files('acl-util.c')
 endif
 
 if conf.get('ENABLE_UTMP') == 1
-        shared_sources += ['utmp-wtmp.c']
+        shared_sources += files('utmp-wtmp.c')
 endif
 
 #if 0 /// UNNEEDED by elogind
 # if conf.get('HAVE_SECCOMP') == 1
-#         shared_sources += ['seccomp-util.c']
+#         shared_sources += files('seccomp-util.c')
 # endif
 # 
 # if conf.get('HAVE_LIBIPTC') == 1
-#         shared_sources += ['firewall-util.c']
+#         shared_sources += files('firewall-util.c')
 # endif
 #endif // 0