android_mt6572_jiabo/external/libexif/contrib/examples/Makefile.am
2025-09-05 16:56:03 +08:00

11 lines
357 B
Makefile

# 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