From: Filipe Brandenburger Date: Tue, 17 Jun 2014 03:54:47 +0000 (-0700) Subject: build-sys: do not include id128-constants.h in the dist archive X-Git-Tag: v215~246 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=49100d2abd1fc7ff36287de8c2645d37068784c2;hp=49100d2abd1fc7ff36287de8c2645d37068784c2;p=elogind.git build-sys: do not include id128-constants.h in the dist archive File src/python-systemd/id128-constants.h is auto generated and its generation does not require special tools, only sed. There is no point in bundling it in the distribution archive, so let's mark it as nodist_ to have it excluded. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=80006 Tested: Successfully ran "make dist" after ./configure --without-python. ---