diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 00:35:37 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 00:35:37 (EST) |
commit | a90ff196927570003b172f99da7af55fc1e916e7 (patch) | |
tree | 15ce1005103c9aeb44dd8b7a708ff528c8296411 | |
parent | 510d76b6c87c4779a60519a94a5b0938809c1cb7 (diff) |
Makefile.am: Drop COPYING from EXTRA_DIST
Automake already distributes it.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8d38943..b51ff20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,6 @@ pkgdatapackagedir = $(pkgdatadir)/package pkgdatametadatadir = $(pkgdatadir)/metadata helperdir = $(pkgdatadir)/helpers EXTRA_DIST = \ - COPYING \ COPYING.2 \ COPYING.3 \ NEWS.opkhelper \ |