noinst_PROGRAMS = \ test-icon-entry \ test-spell-entry \ test-url-label common_ldflags = \ $(top_builddir)/libsexy/libsexymm/libsexymm.la \ $(LIBSEXYMM_LIBS) test_icon_entry_SOURCES = test-icon-entry.cc test_icon_entry_LDADD = $(common_ldflags) test_spell_entry_SOURCES = test-spell-entry.cc test_spell_entry_LDADD = $(common_ldflags) test_url_label_SOURCES = test-url-label.cc test_url_label_LDADD = $(common_ldflags) INCLUDES = \ -I$(top_srcdir)/libsexy \ $(LIBSEXYMM_CFLAGS)