Install static library and header files
commit01bd4dbe25c545234e19cb5e6453cf96a98b9f99
authorJosh Triplett <josh@freedesktop.org>
Tue, 5 Dec 2006 09:44:03 +0000 (5 01:44 -0800)
committerJosh Triplett <josh@freedesktop.org>
Tue, 5 Dec 2006 09:48:33 +0000 (5 01:48 -0800)
treed21b6433d41cc8dbd99f7858fe96e1d168d2f840
parentab5399000739d32922338f7325a29075eea5e934
Install static library and header files

Modify Makefile to install the static library and all of the library header
files.  Add dissect.h to LIB_H.  Remove redundant headers from dependency
lines.  Remove rpath suggestion.

The header files get installed to a "sparse" subdirectory of the include
directory; please reference the sparse headers as sparse/${HEADER}.h.  The
various sparse test programs can all now compile successfully outside the
sparse tree, given that modification to their #include lines.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Makefile