summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-04-11 00:14:41 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-04-11 17:50:14 +0200
commitbaf3646f5ac2c76d6c2ca59c465d2e2431664274 (patch)
tree9982a9675d3142044d225d0dcfff8f8a467036a0 /configure.ac
parent4140552218c7180d5460c2d76f24733c9fc9188f (diff)
downloadsssd-baf3646f5ac2c76d6c2ca59c465d2e2431664274.tar.gz
sssd-baf3646f5ac2c76d6c2ca59c465d2e2431664274.tar.xz
sssd-baf3646f5ac2c76d6c2ca59c465d2e2431664274.zip
AUTOMAKE: Do not include makefile generated files into tarball
sssd.service was assigned to the dist_systemdunit_DATA variable. Automake will install this file into the systemd unit directory after building it if necessary. Automake will also include this generated file in the tarball. As a result, when building sssd from the tarball, the paths will be not recreated. The files in DATA primaries are added as dependencies to the all target via the internal all-am target. If sssd.service doesn’t exist, make will look for a rule to build it. Since there is such a rule, make will simply execute that rule when I build the all target. Resolves: https://fedorahosted.org/sssd/ticket/2314 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions