X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=5aa1a54ae2751775e02372dbccb3f6c0878865b8;hp=3b80f0697506e2aab3bb2cb57551270784a50c06;hb=096f341714ee7d1575c93d437a8085821aa88d23;hpb=ca236acc6773ba6712f499dc73a25e28acae85dc diff --git a/Makefile.am b/Makefile.am index 3b80f06..5aa1a54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,9 @@ SUBDIRS += gnulib/tests capitests regressions test-tool # Guestfish. SUBDIRS += fish +# virt-cat (in C). +SUBDIRS += cat + # Language bindings. if HAVE_PERL SUBDIRS += perl @@ -58,6 +61,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 +178,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: