diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2020-05-18 17:53:45 +0200 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2020-05-18 17:53:45 +0200 |
commit | 8dcda685b8ad0576dc0d476ff7ef2a721e5aac75 (patch) | |
tree | 0856789b891e91380d0d763a5a631ac31e3ef548 | |
parent | 844d9be6fddaf5c16f50d926234579bd73d1c33b (diff) | |
download | libexif-8dcda685b8ad0576dc0d476ff7ef2a721e5aac75.tar.gz libexif-8dcda685b8ad0576dc0d476ff7ef2a721e5aac75.tar.bz2 libexif-8dcda685b8ad0576dc0d476ff7ef2a721e5aac75.zip |
SECURITY.md added to EXTRA_DIST, make distcheck otherwise does not like it
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f999a7f..c0b8469 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST += libexif-uninstalled.pc.in ACLOCAL_AMFLAGS = -I auto-m4 -I m4m +EXTRA_DIST += SECURITY.md doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING SECURITY.md ####################################################################### |