diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..a59f214 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Zzuf was written by Sam Hocevar diff --git a/Makefile.am b/Makefile.am index ac21647..021db1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ SUBDIRS = src DIST_SUBDIRS = $(SUBDIRS) -EXTRA_DIST = bootstrap +EXTRA_DIST = bootstrap AUTHORS AUTOMAKE_OPTIONS = foreign dist-bzip2