summaryrefslogtreecommitdiff
path: root/contrib/examples/Makefile.am
blob: 61bb4be328b4b54740b5179b8dfaee361799a024 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Simple example programs
check_PROGRAMS = photographer thumbnail write-exif

# Example programs with dependencies other than plain libexif
COMPLICATED_EXAMPLES = cam_features.c

# Build just the simple examples as a sanity check, but include them all in
# the source archive

EXTRA_DIST = $(COMPLICATED_EXAMPLES)
LDADD = $(top_builddir)/libexif/libexif.la