mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-13 14:34:52 -05:00
Build: Remove spurious EXTRA_DIST from install/share/Makefile.am
dist_ prefix can be used instead of EXTRA_DIST magic. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Martin Babinsky
parent
deec97abae
commit
a125370bec
@@ -7,7 +7,7 @@ SUBDIRS = \
|
||||
$(NULL)
|
||||
|
||||
appdir = $(IPA_DATA_DIR)
|
||||
app_DATA = \
|
||||
dist_app_DATA = \
|
||||
05rfc2247.ldif \
|
||||
15rfc2307bis.ldif \
|
||||
15rfc4876.ldif \
|
||||
@@ -86,12 +86,7 @@ app_DATA = \
|
||||
kdcproxy.conf \
|
||||
kdcproxy-enable.uldif \
|
||||
kdcproxy-disable.uldif \
|
||||
ipa-httpd.conf.template \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(app_DATA) \
|
||||
$(NULL)
|
||||
ipa-httpd.conf.template
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
*~ \
|
||||
|
||||
Reference in New Issue
Block a user