chiark / gitweb /
Remove utmp things
[elogind.git] / Makefile.am
index 1b64b6232ea42b8f9dee7a20050927d954ceb536..11a8d3c33ece5bd641350f9e411816d3979a58e9 100644 (file)
@@ -404,11 +404,6 @@ rootlibexec_PROGRAMS = \
        systemd-socket-proxyd \
        systemd-update-done
 
-if HAVE_UTMP
-rootlibexec_PROGRAMS += \
-       systemd-update-utmp
-endif
-
 systemgenerator_PROGRAMS = \
        systemd-getty-generator \
        systemd-fstab-generator \
@@ -565,12 +560,6 @@ nodist_systemunit_DATA = \
        units/systemd-nspawn@.service \
        units/systemd-update-done.service
 
-if HAVE_UTMP
-nodist_systemunit_DATA += \
-       units/systemd-update-utmp.service \
-       units/systemd-update-utmp-runlevel.service
-endif
-
 dist_userunit_DATA = \
        units/user/basic.target \
        units/user/default.target \
@@ -592,8 +581,6 @@ EXTRA_DIST += \
        units/systemd-initctl.service.in \
        units/systemd-shutdownd.service.in \
        units/systemd-remount-fs.service.in \
-       units/systemd-update-utmp.service.in \
-       units/systemd-update-utmp-runlevel.service.in \
        units/systemd-ask-password-wall.service.in \
        units/systemd-ask-password-console.service.in \
        units/systemd-sysctl.service.in \
@@ -833,7 +820,6 @@ libsystemd_shared_la_SOURCES = \
        src/shared/cgroup-show.h \
        src/shared/unit-name.c \
        src/shared/unit-name.h \
-       src/shared/utmp-wtmp.h \
        src/shared/watchdog.c \
        src/shared/watchdog.h \
        src/shared/spawn-ask-password-agent.c \
@@ -911,11 +897,6 @@ libsystemd_shared_la_SOURCES = \
        src/shared/sysctl-util.c \
        src/shared/sysctl-util.h
 
-if HAVE_UTMP
-libsystemd_shared_la_SOURCES += \
-       src/shared/utmp-wtmp.c
-endif
-
 nodist_libsystemd_shared_la_SOURCES = \
        src/shared/errno-from-name.h \
        src/shared/errno-to-name.h \
@@ -2097,19 +2078,6 @@ systemd_initctl_LDADD = \
        libsystemd-internal.la \
        libsystemd-shared.la
 
-# ------------------------------------------------------------------------------
-systemd_update_utmp_SOURCES = \
-       src/update-utmp/update-utmp.c
-
-systemd_update_utmp_CFLAGS = \
-       $(AM_CFLAGS) \
-       $(AUDIT_CFLAGS)
-
-systemd_update_utmp_LDADD = \
-       libsystemd-internal.la \
-       libsystemd-shared.la \
-       $(AUDIT_LIBS)
-
 # ------------------------------------------------------------------------------
 systemd_update_done_SOURCES = \
        src/update-done/update-done.c
@@ -3604,12 +3572,6 @@ src/libsystemd-terminal/unifont-glyph-array.bin: tools/compile-unifont.py $(UNIF
 
 # ------------------------------------------------------------------------------
 if ENABLE_GTK_DOC
-SUBDIRS += \
-       docs/libudev
-
-noinst_DATA += \
-       docs/html/libudev \
-       docs/html/gudev
 endif
 
 include_HEADERS += \
@@ -3651,18 +3613,6 @@ pkgconfiglib_DATA += \
 EXTRA_DIST += \
        src/libudev/libudev.pc.in
 
-CLEANFILES += \
-       docs/html/libudev \
-       docs/html/gudev
-
-docs/html/libudev:
-       $(AM_V_at)$(MKDIR_P) $(dir $@)
-       $(AM_V_LN)$(LN_S) -f ../libudev/html $@
-
-docs/html/gudev:
-       $(AM_V_at)$(MKDIR_P) $(dir $@)
-       $(AM_V_LN)$(LN_S) -f ../gudev/html $@
-
 # move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
 libudev-install-hook:
        libname=libudev.so && $(move-to-rootlibdir)
@@ -4059,8 +4009,6 @@ dist_udevrules_DATA += \
 # ------------------------------------------------------------------------------
 if ENABLE_GUDEV
 if ENABLE_GTK_DOC
-SUBDIRS += \
-       docs/gudev
 endif
 
 libgudev_includedir = \
@@ -6605,20 +6553,6 @@ SOCKETS_TARGET_WANTS += \
        systemd-initctl.socket \
        systemd-shutdownd.socket
 
-if HAVE_UTMP
-if HAVE_SYSV_COMPAT
-MULTI_USER_TARGET_WANTS += \
-       systemd-update-utmp-runlevel.service
-GRAPHICAL_TARGET_WANTS += \
-       systemd-update-utmp-runlevel.service
-RESCUE_TARGET_WANTS += \
-       systemd-update-utmp-runlevel.service
-endif
-
-SYSINIT_TARGET_WANTS += \
-       systemd-update-utmp.service
-endif
-
 SYSINIT_TARGET_WANTS += \
        systemd-update-done.service