diff --git a/config.h.in b/config.h.in index 09c48ea..574636c 100644 --- a/config.h.in +++ b/config.h.in @@ -93,9 +93,6 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION diff --git a/sflowtool.spec b/sflowtool.spec index 7a29376..1b198f0 100755 --- a/sflowtool.spec +++ b/sflowtool.spec @@ -1,6 +1,6 @@ Summary: tool to ascii-print or forward sFlow datagrams Name: sflowtool -Version: 3.37 +Version: 3.38 Release: 1%{?dist} License: http://www.inmon.com/technology/sflowlicense.txt Group: Productivity/Networking/Diagnostic diff --git a/src/Makefile.am b/src/Makefile.am index 8c9f431..ed44bfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,2 @@ bin_PROGRAMS=sflowtool -sflowtool_SOURCES = sflow.h sflowtool.h sflowtool.c +sflowtool_SOURCES = sflow.h sflow_v2v4.h sflowtool.c