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