]> git.ipfire.org Git - thirdparty/kmod.git/commit - Makefile.am
tools: add skeleton of kmod tool
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 22 Dec 2011 04:33:36 +0000 (02:33 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 23 Dec 2011 05:01:58 +0000 (03:01 -0200)
commit8900b9166b650d22a93d020889a35382f70fc9bf
treea0e745eda14f5a04781aad2a88eaf29f7b750e04
parent6a4fa8d8f1bad6e524d65891b0ee8e0719535872
tools: add skeleton of kmod tool

If using libtool 2.4.2, running the script generated by libtool will not
work because libtool changes argv[0] to lt-progname.

To test this is necessary to either fix the installed
build-aux/ltmain.sh file or run the binary directly like in:

$ export LD_LIBRARY_PATH=$PWD/libkmod/.libs/
$ ./tools/.libs/kmod help
Makefile.am
tools/.gitignore
tools/kmod.c [new file with mode: 0644]
tools/kmod.h [new file with mode: 0644]