X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=ebcdedd4fc5f061f5c28525b7e234fb38c057248;hp=7396dddd87e30ead9680f1e85dfc97bf2a5cdf49;hb=a9b5b03212f9c854938483b8901e433c2ba6619b;hpb=75db651adba49238a02fe031842155d30e7a8219 diff --git a/Makefile.am b/Makefile.am index 7396dddd8..ebcdedd4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,8 +42,12 @@ sbin_PROGRAMS = \ systemd bin_PROGRAMS = \ - systemctl \ + systemctl + +if HAVE_GTK +bin_PROGRAMS += \ systemadm +endif pkglibexec_PROGRAMS = \ systemd-logger \ @@ -131,6 +135,16 @@ COMMON_SOURCES = \ fdset.c \ namespace.c +EXTRA_DIST += \ + ${COMMON_SOURCES:.c=.h} \ + macro.h \ + ioprio.h \ + missing.h \ + list.h \ + securebits.h \ + linux/auto_dev-ioctl.h \ + initreq.h + systemd_SOURCES = \ $(COMMON_SOURCES) \ main.c