1 # Simple example programs 2 check_PROGRAMS = photographer thumbnail write-exif 3 4 # Example programs with dependencies other than plain libexif 5 COMPLICATED_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 10 EXTRA_DIST = $(COMPLICATED_EXAMPLES) 11 LDADD = $(top_builddir)/libexif/libexif.la 12