SECURITY.md added to EXTRA_DIST, make distcheck otherwise does not like it
authorMarcus Meissner <marcus@jet.franken.de>
Mon, 18 May 2020 15:53:45 +0000 (17:53 +0200)
committerMarcus Meissner <marcus@jet.franken.de>
Mon, 18 May 2020 15:53:45 +0000 (17:53 +0200)
Makefile.am

index f999a7f..c0b8469 100644 (file)
@@ -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
 
 #######################################################################