X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=a53475061d69e922e66429b8d7600fdbaa772259;hp=3b80f0697506e2aab3bb2cb57551270784a50c06;hb=a0b4caa0821b759de01361b7019c9c9c9607027d;hpb=ca236acc6773ba6712f499dc73a25e28acae85dc diff --git a/Makefile.am b/Makefile.am index 3b80f06..a534750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,9 @@ if HAVE_PHP SUBDIRS += php endif +# Unconditional because nothing is built yet. +SUBDIRS += csharp + # Virt-inspector, tools and guestmount. if HAVE_INSPECTOR SUBDIRS += inspector @@ -172,6 +175,12 @@ dist-hook: $(top_srcdir)/update-bugs > BUGS-t mv BUGS-t BUGS cp BUGS $(distdir)/BUGS + git log --pretty="format:%an" | sort -u | \ + grep -v rjones | \ + grep -v "Richard Jones" \ + > AUTHORS-t + mv AUTHORS-t AUTHORS + cp AUTHORS $(distdir)/AUTHORS # Update the list of translatable files in po/POTFILES.in. all-local: