1EXTRA_DIST = README
2EXTRA_PROGRAMS =
3check_PROGRAMS =
4check_SCRIPTS =
5noinst_PROGRAMS =
6
7
8AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir)  -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2
9
10CLEANFILES = $(check_SCRIPTS)
11
12
13noinst_PROGRAMS += \
14	sample-autodetect sample-multi-detect \
15	lunkwill-canon-capture  \
16	sample-owner \
17	sample-photobooth \
18	sample-preview \
19	sample-tether \
20	sample-afl \
21	best-iso \
22	sample-capture sample-trigger-capture sample-justfocus
23
24sample_afl_SOURCES = sample-afl.c samples.h context.c autodetect.c
25sample_autodetect_SOURCES = sample-autodetect.c samples.h context.c config.c
26sample_owner_SOURCES = sample-owner.c samples.h context.c config.c
27sample_multi_detect_SOURCES = sample-multi-detect.c samples.h autodetect.c context.c config.c
28lunkwill_canon_capture_SOURCES = lunkwill-canon-capture.c context.c samples.h config.c
29sample_capture_SOURCES = sample-capture.c context.c samples.h config.c focus.c
30sample_trigger_capture_SOURCES = sample-trigger-capture.c context.c samples.h config.c
31sample_photobooth_SOURCES = sample-photobooth.c samples.h context.c config.c
32sample_preview_SOURCES = preview.c samples.h context.c config.c focus.c
33sample_tether_SOURCES = samples.h sample-tether.c context.c config.c
34best_iso_SOURCES = best-iso.c
35sample_justfocus_SOURCES = samples.h sample-justfocus.c context.c focus.c
36
37LDADD = $(top_builddir)/libgphoto2/libgphoto2.la \
38	$(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \
39	$(LIBLTDL) \
40	$(LIBEXIF_LIBS) \
41	$(INTLLIBS)
42