libv4l: Make library subdir name configurable
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Thu, 16 Jul 2009 15:03:40 +0000 (17:03 +0200)
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Thu, 16 Jul 2009 15:03:40 +0000 (17:03 +0200)
commit89781c9c0ca036ffca769479bbb874ab96586701
tree09fd4b2e7c571187bbffcde1f2112a0b1ed1dbe8
parent0a18d33c18b44fda222e01a61e80b43b78bd4f1a
libv4l: Make library subdir name configurable

From: Gregor Jasny <gjasny@googlemail.com>

While studying the Debian library package name, I noticed that private

So /usr/lib/libv4l should become /usr/lib/libv4l0. As this would break
existing scripts, I suggest to start versioning with the next soname bump.

The line in the makefiles will then read:

ifeq ($(LIBSUBDIR),)
LIBSUBDIR = libv4l$(LIB_RELEASE)
endif

Unfortunately, the private subdirs in Debian must be named after the library
package, which would be libv4l-0. Therefore I need to configure the
LIBSUBDIR at compile time.

Priority: normal

Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
lib/ChangeLog
lib/libv4l1/Makefile
lib/libv4l2/Makefile
lib/libv4lconvert/Makefile
lib/libv4lconvert/libv4lconvert.c