X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=351f1ce54d5e0ce873b0fe5d528e293663456174;hp=fa704ae8b4311f98893c868a98e98ed987aaba2b;hb=9a57c62944258c750d80bca4fe56de4dbab46d67;hpb=f5c88ec1330b61787441156de7d764a140774bd2 diff --git a/Makefile.am b/Makefile.am index fa704ae8b..351f1ce54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -341,12 +341,6 @@ dist_systemunit_DATA += \ units/fedora/plymouth-halt.service endif - -if TARGET_ARCH -dist_systemunit_DATA += \ - units/arch/rc-local.service -endif - dist_doc_DATA = \ README \ LICENSE \ @@ -632,7 +626,8 @@ test_env_replace_LDADD = \ libsystemd-basic.la test_strv_SOURCES = \ - src/test-strv.c + src/test-strv.c \ + src/specifier.c test_strv_CFLAGS = \ $(AM_CFLAGS) @@ -825,7 +820,8 @@ systemd_vconsole_setup_LDADD = \ systemd_remount_api_vfs_SOURCES = \ src/remount-api-vfs.c \ - src/mount-setup.c + src/mount-setup.c \ + src/exit-status.c systemd_remount_api_vfs_CFLAGS = \ $(AM_CFLAGS)