summaryrefslogtreecommitdiff
path: root/libgphoto2_port/vusb/Makefile-files
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2015-12-10 15:54:06 +0100
committerMarcus Meissner <marcus@jet.franken.de>2015-12-10 15:54:06 +0100
commitd20cc22c409ba7fa09ecfb476993907998a1e617 (patch)
tree55cb2af4c2b6cd99784cfa80e2adf8a82b10216c /libgphoto2_port/vusb/Makefile-files
parent306018ee6ed7eb48a692bff9b3588abc67cf9e83 (diff)
downloadlibgphoto2-d20cc22c409ba7fa09ecfb476993907998a1e617.tar.gz
use a libgphoto2_port based /usr/share directory as base directory
install a README.txt there
Diffstat (limited to 'libgphoto2_port/vusb/Makefile-files')
-rw-r--r--libgphoto2_port/vusb/Makefile-files5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgphoto2_port/vusb/Makefile-files b/libgphoto2_port/vusb/Makefile-files
index 8b8abbb34..5dc394da0 100644
--- a/libgphoto2_port/vusb/Makefile-files
+++ b/libgphoto2_port/vusb/Makefile-files
@@ -1,9 +1,14 @@
# -*- Makefile -*-
+vcameradir = $(datadir)/$(PACKAGE)/$(VERSION)/vcamera
+vcamera_DATA = vusb/README.txt
+EXTRA_DIST += vusb/README.txt
+
EXTRA_LTLIBRARIES += vusb.la
vusb_la_LDFLAGS = $(iolib_ldflags)
vusb_la_CPPFLAGS = \
+ -DVCAMERADIR=\"$(vcameradir)\" \
$(AM_CPPFLAGS) \
$(INTL_CFLAGS) \
$(LIBEXIF_CFLAGS) \