X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=54c2aeeafd87c363a9f0fa92853f9e7bbe90c2a3;hp=9292e78a33ffb41a6b946228aee598a08b267743;hb=c3680a99cdb25df27653116ff74b06af2aa01e94;hpb=7f231684fd2943d4d5585022ec8595ea1b67cf8a diff --git a/Makefile.am b/Makefile.am index 9292e78a3..54c2aeeaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ SUBDIRS = . po .PRECIOUS: $(TEST_SUITE_LOG) Makefile LIBELOGIND_CURRENT=10 -LIBELOGIND_REVISION=0 +LIBELOGIND_REVISION=1 LIBELOGIND_AGE=10 # Dirs of external packages @@ -397,8 +397,6 @@ libshared_la_SOURCES = \ src/shared/pager.h \ src/shared/spawn-polkit-agent.c \ src/shared/spawn-polkit-agent.h \ - src/shared/apparmor-util.c \ - src/shared/apparmor-util.h \ src/shared/clean-ipc.c \ src/shared/clean-ipc.h \ src/shared/cgroup-show.c \ @@ -406,12 +404,6 @@ libshared_la_SOURCES = \ src/shared/bus-util.c \ src/shared/bus-util.h -if HAVE_SECCOMP -libshared_la_SOURCES += \ - src/shared/seccomp-util.h \ - src/shared/seccomp-util.c -endif - if HAVE_ACL libshared_la_SOURCES += \ src/shared/acl-util.c \