X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=a84cc13686cd3f4af4e6f2863fc8627e10813cb2;hb=771faa9ae64dbc373a36db9108c20dea325bd5d8;hp=e8172bc51460ae18a0b1c9c8c3ce394975278579;hpb=92ec4495f76a7a2a6c31f5bb2a5240f78dcfe1d2;p=elogind.git diff --git a/Makefile.am b/Makefile.am index e8172bc51..a84cc1368 100644 --- a/Makefile.am +++ b/Makefile.am @@ -600,7 +600,9 @@ libsystemd_label_la_SOURCES = \ src/shared/mkdir.c \ src/shared/mkdir.h \ src/shared/ask-password-api.c \ - src/shared/ask-password-api.h + src/shared/ask-password-api.h \ + src/shared/dev-setup.c \ + src/shared/dev-setup.h libsystemd_label_la_CFLAGS = \ $(AM_CFLAGS) \ @@ -3237,8 +3239,12 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \ --with-pamlibdir=$$dc_install_base/$(pamlibdir) \ --with-rootprefix=$$dc_install_base \ - --disable-split-usr \ + --disable-split-usr + +if ENABLE_GTK_DOC +DISTCHECK_CONFIGURE_FLAGS += \ --enable-gtk-doc +endif upload: all distcheck cp -v systemd-$(VERSION).tar.xz /home/lennart/git.fedora/systemd/