if HAVE_CHECK unittests = check-libgalago else unittests = endif noinst_PROGRAMS = \ get-avatar \ get-person-attr \ get-presence \ list-accounts \ list-attributes \ list-my-accounts \ list-people \ list-services \ monitor \ presence-feed \ presence-feed-2 \ person-attr-test \ test-bug-36 \ $(unittests) common_ldflags = \ $(top_builddir)/libgalago/libgalago.la \ $(PACKAGE_LIBS) get_avatar_SOURCES = get-avatar.c get_avatar_LDADD = $(common_ldflags) get_presence_SOURCES = get-presence.c get_presence_LDADD = $(common_ldflags) get_person_attr_SOURCES = get-person-attr.c get_person_attr_LDADD = $(common_ldflags) list_accounts_SOURCES = list-accounts.c list_accounts_LDADD = $(common_ldflags) list_attributes_SOURCES = list-attributes.c list_attributes_LDADD = $(common_ldflags) list_my_accounts_SOURCES = list-my-accounts.c list_my_accounts_LDADD = $(common_ldflags) list_people_SOURCES = list-people.c list_people_LDADD = $(common_ldflags) list_services_SOURCES = list-services.c list_services_LDADD = $(common_ldflags) monitor_SOURCES = monitor.c monitor_LDADD = $(common_ldflags) presence_feed_SOURCES = presence-feed.c presence_feed_LDADD = $(common_ldflags) presence_feed_2_SOURCES = presence-feed-2.c presence_feed_2_LDADD = $(common_ldflags) person_attr_test_SOURCES = person-attr-test.c person_attr_test_LDADD = $(common_ldflags) check_libgalago_SOURCES = check-libgalago.c check_libgalago_LDADD = $(common_ldflags) $(CHECK_LIBS) test_bug_36_SOURCES = test-bug-36.c test_bug_36_LDADD = $(common_ldflags) CLEANFILES = check-libgalago.log INCLUDES = \ -I$(top_srcdir) \ $(PACKAGE_CFLAGS) \ $(CHECK_CFLAGS)