summaryrefslogtreecommitdiff
path: root/libgphoto2_port/usb
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2002-01-25 14:13:03 +0000
committerMarcus Meissner <marcus@jet.franken.de>2002-01-25 14:13:03 +0000
commit140ea131d9829d0fb7ff8c904f9a02b9364a9e2c (patch)
treed7fc36a3721917f6a1cae34e93c05858d758bfb6 /libgphoto2_port/usb
parent8b28444d039e5e9d8e34eea6eb49b47f10882839 (diff)
downloadlibgphoto2-140ea131d9829d0fb7ff8c904f9a02b9364a9e2c.tar.gz
* **/Makefile.am: Do not use $(prefix)/lib/, but $(libdir).
On some architecturs $(libdir) might not be /lib/, but /lib64/ (on s390x for instance). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4010 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/usb')
-rw-r--r--libgphoto2_port/usb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/usb/Makefile.am b/libgphoto2_port/usb/Makefile.am
index 69e143261..59ecc0c5e 100644
--- a/libgphoto2_port/usb/Makefile.am
+++ b/libgphoto2_port/usb/Makefile.am
@@ -2,7 +2,7 @@ EXTRA_DIST = makefile.os2 usb.df
INCLUDES = -I$(top_srcdir)/libgphoto2_port $(USB_CFLAGS)
## Compile the IO library into a shared library
-iolibdir = $(prefix)/lib/gphoto2_port/$(VERSION)
+iolibdir = $(libdir)/gphoto2_port/$(VERSION)
iolib_LTLIBRARIES = libgphoto2_port_usb.la
libgphoto2_port_usb_la_LDFLAGS = -module -avoid-version
libgphoto2_port_usb_la_LIBADD = $(USB_LIBS)