summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Poirier <mathieu.poirier@linaro.org>2014-01-07 12:06:25 -0700
committerMathieu Poirier <mathieu.poirier@linaro.org>2014-01-07 12:06:25 -0700
commite61d542f4888e046d7b463f54f817d01bc72747f (patch)
treecea7c13f49aeb55a98171ae76c2ce3fc095c3c40
parent0bc7aa512fd2ca333a65cf9ee27f8216991fc0eb (diff)
downloadandroid_external_libnl-e61d542f4888e046d7b463f54f817d01bc72747f.tar.gz
android_external_libnl-e61d542f4888e046d7b463f54f817d01bc72747f.tar.bz2
android_external_libnl-e61d542f4888e046d7b463f54f817d01bc72747f.zip
Adding version.h
This is usually autogenerated by the configure scripts but there isn't such a thing in Android. As such adding here. Change-Id: Ia4393e73358a85f4ab0b7a3f8f05cbeb8974a529 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/netlink/version.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/netlink/version.h b/include/netlink/version.h
new file mode 100644
index 0000000..84af8f3
--- /dev/null
+++ b/include/netlink/version.h
@@ -0,0 +1,18 @@
+/*
+ * netlink/version.h Compile Time Versioning Information
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation version 2.1
+ * of the License.
+ *
+ * Copyright (c) 2008 Thomas Graf <tgraf@suug.ch>
+ */
+
+#ifndef NETLINK_VERSION_H_
+#define NETLINK_VERSION_H_
+
+#define LIBNL_STRING "libnl 2.0"
+#define LIBNL_VERSION "2.0"
+
+#endif