1# Simple example programs 2check_PROGRAMS = photographer thumbnail write-exif 3 4# Example programs with dependencies other than plain libexif 5COMPLICATED_EXAMPLES = cam_features.c 6 7# Build just the simple examples as a sanity check, but include them all in 8# the source archive 9 10EXTRA_DIST = $(COMPLICATED_EXAMPLES) 11LDADD = $(top_builddir)/libexif/libexif.la 12