X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=193b19ea95bc2644089c84012733ad28a26caca0;hb=07f265eb568b6a6aaede0e726d1050658f7e4347;hp=b6c13a31c5b1006e89d2b8b9687b4890911056c8;hpb=a6ae068b7b3ea1e039279e35ffae6ceddfb73866;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index b6c13a31c..193b19ea9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Nicira, Inc. +# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -55,6 +55,7 @@ EXTRA_DIST = \ NOTICE \ OPENFLOW-1.1+ \ PORTING \ + README-OFTest \ README-gcov \ README-lisp \ REPORTING-BUGS \ @@ -258,3 +259,4 @@ include rhel/automake.mk include xenserver/automake.mk include python/automake.mk include python/compat/automake.mk +include tutorial/automake.mk