X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=b15a9a4d375b217c9faa367627c04dc39d429de6;hb=8d71683b7632b5b621dd21418bf33ff90865b4e0;hp=bd5e2fc10ce3a3d07185e732c6c7bbbba1d50f74;hpb=305b76debf72120672a8ba81d3356b6dccb1da9a;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index bd5e2fc10..b15a9a4d3 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 @@ -56,6 +56,7 @@ EXTRA_DIST = \ OPENFLOW-1.1+ \ PORTING \ README-gcov \ + README-lisp \ REPORTING-BUGS \ SubmittingPatches \ WHY-OVS \ @@ -259,3 +260,4 @@ include xenserver/automake.mk include python/automake.mk include python/compat/automake.mk include planetlab/automake.mk +include tutorial/automake.mk