snmppp: fix legal informations after version bump

Fixes:

  http://autobuild.buildroot.org/results/e64/e64c3edcb00132620b07ad815c6e4d33b70c262f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2013-12-27 12:29:14 +01:00
parent 1aa31b6511
commit 006e9d69c0
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ SNMPPP_INSTALL_STAGING = YES
# no configure script in tarball
SNMPPP_AUTORECONF = YES
SNMPPP_LICENSE = SNMP++
SNMPPP_LICENSE_FILES = snmp_pp/snmp_pp.cpp
SNMPPP_LICENSE_FILES = src/v3.cpp
$(eval $(autotools-package))