~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to include/openvswitch/automake.mk

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_HEADERS += \
2
 
        include/openvswitch/types.h
 
1
openvswitchincludedir = $(includedir)/openvswitch
 
2
openvswitchinclude_HEADERS = \
 
3
        include/openvswitch/compiler.h \
 
4
        include/openvswitch/list.h \
 
5
        include/openvswitch/thread.h \
 
6
        include/openvswitch/token-bucket.h \
 
7
        include/openvswitch/types.h \
 
8
        include/openvswitch/util.h \
 
9
        include/openvswitch/version.h \
 
10
        include/openvswitch/vconn.h \
 
11
        include/openvswitch/vlog.h
3
12