X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=dccb8cfdf92a3dd4dc9f3276e7533f68769587f8;hb=1b233b95b5907a242ee453cbea3ad4bc4cd4fec2;hp=f1de10f05f497cb39d43d802a6cb931c2991b6ab;hpb=8833d73dea713cc86d0bc94d3d02e663067f3f9e;p=openvswitch diff --git a/Makefile.am b/Makefile.am index f1de10f0..dccb8cfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,10 @@ +# Copyright (C) 2007, 2008, 2009 Nicira Networks, Inc. +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without warranty of any kind. + AUTOMAKE_OPTIONS = foreign subdir-objects ACLOCAL_AMFLAGS = -I m4 SUBDIRS = datapath @@ -20,9 +27,11 @@ endif CLEANFILES = DISTCLEANFILES = -EXTRA_DIST = INSTALL.Linux INSTALL.XenServer INSTALL.SSL -TESTS = -TESTS_ENVIRONMENT = +EXTRA_DIST = INSTALL.bridge \ + INSTALL.Linux \ + INSTALL.OpenFlow \ + INSTALL.SSL \ + INSTALL.XenServer bin_PROGRAMS = sbin_PROGRAMS = bin_SCRIPTS = @@ -50,7 +59,7 @@ SUFFIXES = .in -e 's,[@]PERL[@],$(PERL),g' > $@ include lib/automake.mk -include secchan/automake.mk +include ofproto/automake.mk include utilities/automake.mk include tests/automake.mk include include/automake.mk