diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2008-10-21 09:34:58 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2008-10-21 09:34:58 -0400 |
commit | 971b780d47558e4688316b6b35bb15989b1541d0 (patch) | |
tree | cbb188f8a3a63ac671fc28621d452b59fdecf5ff | |
parent | f94819cccf067b2db47c46ac50e99c957902dc0a (diff) | |
download | nfs-utils-971b780d47558e4688316b6b35bb15989b1541d0.tar.gz nfs-utils-971b780d47558e4688316b6b35bb15989b1541d0.tar.xz nfs-utils-971b780d47558e4688316b6b35bb15989b1541d0.zip |
Get rid of empty AUTHORS file
build: remove redundant AUTHORS file
One can use the --foreign automake option to make it not enforce
presence of an AUTHORS file.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 9205d1e..0000000 --- a/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -This is a dummy AUTHORS file to make automake happy. diff --git a/Makefile.am b/Makefile.am index ec8e832..88ae210 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = foreign + SUBDIRS = tools support utils linux-nfs MAINTAINERCLEANFILES = Makefile.in |