diff options
| author | Petr Spacek <pspacek@redhat.com> | 2016-11-02 15:00:54 +0100 |
|---|---|---|
| committer | Martin Babinsky <mbabinsk@redhat.com> | 2016-11-09 13:08:32 +0100 |
| commit | a125370becb045b6e757df88e520ef3f8ab4ca09 (patch) | |
| tree | e9f4a6012e7a8167cda62d36c01029e7ebff2f77 /install/share | |
| parent | deec97abaec933709718464c4aa233a04de1844a (diff) | |
| download | freeipa-a125370becb045b6e757df88e520ef3f8ab4ca09.tar.gz freeipa-a125370becb045b6e757df88e520ef3f8ab4ca09.tar.xz freeipa-a125370becb045b6e757df88e520ef3f8ab4ca09.zip | |
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>
Diffstat (limited to 'install/share')
| -rw-r--r-- | install/share/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 65407bd2a..550d3fb67 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -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 = \ *~ \ |
