diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-03-19 14:55:32 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-03-19 14:55:32 +0100 |
commit | 74e7bb8b033640f7c4692c4ea0d5c231e3137b7b (patch) | |
tree | 4cc2125d00b83b5ac1b076da2c8e3eff7b08ddc3 /Make_global.am | |
download | libmnl-74e7bb8b033640f7c4692c4ea0d5c231e3137b7b.tar.gz libmnl-74e7bb8b033640f7c4692c4ea0d5c231e3137b7b.zip |
initial libmnl import
Diffstat (limited to 'Make_global.am')
-rw-r--r-- | Make_global.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Make_global.am b/Make_global.am new file mode 100644 index 0000000..6f3ac2b --- /dev/null +++ b/Make_global.am @@ -0,0 +1,7 @@ +# This is _NOT_ the library release version, it's an API version. +# Please read Chapter 6 "Library interface versions" of the libtool +# documentation before making any modification +# http://sources.redhat.com/autobook/autobook/autobook_91.html +LIBVERSION=0:0:0 + +INCLUDES=$(all_includes) -I$(top_srcdir)/include |