version.h.in should be in tree not the generated version
This commit is contained in:
parent
a948e082ea
commit
2033861424
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
#ifndef NETLINK_VERSION_H_
|
||||
#define NETLINK_VERSION_H_
|
||||
|
||||
#define LIBNL_STRING "libnl 1.2"
|
||||
#define LIBNL_VERSION "1.2"
|
||||
#define LIBNL_STRING "@PACKAGE_STRING@"
|
||||
#define LIBNL_VERSION "@PACKAGE_VERSION@"
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue