]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: check that compat-libs are enabled for "make dist"
authorFilipe Brandenburger <filbranden@google.com>
Tue, 17 Jun 2014 03:54:54 +0000 (20:54 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 Jun 2014 22:44:40 +0000 (18:44 -0400)
commit65adc982db09a144d61551d5acc9340366cc46e2
tree87dfcdff116ab99e17feeb6f5bca4828b68e9178
parent279419b37976ea24be5e57ebddba3ea0335e16b4
build-sys: check that compat-libs are enabled for "make dist"

Running "make dist" requires --enable-compat-libs since DIST_SOURCES will list
generated files such as libsystemd-daemon.c.

Tested:
  $ ./configure && make && make dist
  *** compat-libs must be enabled in order to make dist
  make: *** [dist-check-compat-libs] Error 1
Makefile.am