Automake: ignore missing READM/NEWS/AUTHORS/COPYING/

This commit is contained in:
Omar Kallel 2021-04-15 12:16:18 +01:00
parent d38d840bee
commit f70cc81e56
5 changed files with 1 additions and 1 deletions

View file

View file

0
NEWS
View file

0
README
View file

View file

@ -2,7 +2,7 @@ AC_INIT([icwmp], [0.1], [mohamed.kallel@pivasoftware.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([cwmp.c])
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([foreign subdir-objects])
# additional options