X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=59ffc1939d3575cb565de2fa44e05e06284a1b49;hb=7f329488c50ac3ee0594a4a732ec31f866b5c79d;hp=44addf025551dc4430afea5848f340dd0ee1c084;hpb=4b11d5e8d34655977d716cbdba504528aa866997;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 44addf025..59ffc1939 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,15 @@ +# 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 if ENABLE_USERSPACE -if HAVE_DPKG_BUILDPACKAGE -distcheck-hook: - cd $(srcdir) && dpkg-buildpackage -rfakeroot -us -uc - cd $(srcdir) && fakeroot ./debian/rules clean -else -distcheck-hook: -endif - AM_CPPFLAGS = $(SSL_CFLAGS) AM_CPPFLAGS += $(NCURSES_CFLAGS) AM_CPPFLAGS += $(PCRE_CFLAGS)