X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=7486f2bb48a3af46da6a91977eec7af3abe1d663;hb=0a96a21b6ee67d7cde2abd72a3a5bd290ac618d5;hp=399f2b68d4cccda9b52576ee71cb5070b781f420;hpb=ef44aa5001a4f6b06a4d65457d459bc004c37f48;p=cascardo%2Fovs.git diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 399f2b68d..7486f2bb4 100644 --- a/ofproto/automake.mk +++ b/ofproto/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011, 2012, 2014 Nicira, Inc. +# Copyright (C) 2009, 2010, 2011, 2012, 2014, 2016 Nicira, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -6,7 +6,10 @@ # without warranty of any kind. lib_LTLIBRARIES += ofproto/libofproto.la -ofproto_libofproto_la_LDFLAGS = -release $(VERSION) +ofproto_libofproto_la_LDFLAGS = \ + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ + -Wl,--version-script=$(top_builddir)/ofproto/libofproto.sym \ + $(AM_LDFLAGS) ofproto_libofproto_la_SOURCES = \ ofproto/bond.c \ ofproto/bond.h \ @@ -40,8 +43,6 @@ ofproto_libofproto_la_SOURCES = \ ofproto/ofproto-dpif-xlate.c \ ofproto/ofproto-dpif-xlate.h \ ofproto/ofproto-provider.h \ - ofproto/pktbuf.c \ - ofproto/pktbuf.h \ ofproto/pinsched.c \ ofproto/pinsched.h \ ofproto/tunnel.c \ @@ -56,6 +57,8 @@ if WIN32 ofproto_libofproto_la_LIBADD += ${PTHREAD_LIBS} endif +pkgconfig_DATA += \ + $(srcdir)/ofproto/libofproto.pc # Distribute this generated file in order not to require Python at # build time if ofproto/ipfix.xml is not modified. @@ -65,7 +68,8 @@ BUILT_SOURCES += ofproto/ipfix-entities.def CLEANFILES += ofproto/ipfix-entities.def -MAN_FRAGMENTS += ofproto/ofproto-unixctl.man ofproto/ofproto-dpif-unixctl.man +MAN_FRAGMENTS += ofproto/ofproto-unixctl.man ofproto/ofproto-dpif-unixctl.man \ + ofproto/ofproto-tnl-unixctl.man # IPFIX entity definition macros generation from IANA's XML definition. EXTRA_DIST += ofproto/ipfix.xml @@ -76,3 +80,5 @@ ofproto/ipfix-entities.def: ofproto/ipfix.xml ofproto/ipfix-gen-entities # IPFIX enterprise entity definition macros. EXTRA_DIST += ofproto/ipfix-enterprise-entities.def + +FLAKE8_PYFILES += ofproto/ipfix-gen-entities