blob: c2e0b3b0f2bddf50affa20b7d0ad56968cbf373c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Process this file with automake to generate a GNU Makefile
bin_SCRIPTS = gphoto2-config
SUBDIRS = \
@LIBGPHOTO2_PORT_DIR@ \
intl \
include \
libgphoto2 \
camlibs \
frontends \
po \
doc
gphotodocdir = $(prefix)/doc/gphoto2
gphotodoc_DATA = AUTHORS COPYING
|