summaryrefslogtreecommitdiff
path: root/camlibs/sierra/Makefile.am
blob: 2e5da3c5b8b5430beb28765e701e8b83f3dc03b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST = sierra.df makefile.os2 PROTOCOL

camlibdir = $(prefix)/lib/gphoto2/$(VERSION)
camlib_LTLIBRARIES = libgphoto2_sierra.la

INCLUDES =                                              \
        -I$(top_srcdir)/libgphoto2_port/libgphoto2_port \
        -I$(top_srcdir)/libgphoto2

libgphoto2_sierra_la_SOURCES =\
 sierra.c sierra.h\
 library.c library.h\
 sierra-usbwrap.c sierra-usbwrap.h

libgphoto2_sierra_la_LDFLAGS = -module -avoid-version
libgphoto2_sierra_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la