2005-11-10 13:18:10 -06:00
|
|
|
noinst_PROGRAMS = \
|
|
|
|
test-replace \
|
|
|
|
test-replace-widget \
|
2006-01-15 19:53:06 -06:00
|
|
|
test-server-info \
|
2005-11-10 13:18:10 -06:00
|
|
|
test-default-action \
|
|
|
|
test-multi-actions \
|
|
|
|
test-image \
|
|
|
|
test-basic \
|
|
|
|
test-error \
|
|
|
|
test-markup \
|
2006-11-14 01:42:35 -06:00
|
|
|
test-size-changes \
|
2006-02-04 03:47:18 -06:00
|
|
|
test-urgency \
|
2005-11-10 13:18:10 -06:00
|
|
|
test-xy \
|
2006-02-04 15:29:34 -06:00
|
|
|
test-xy-actions \
|
2006-02-04 03:47:18 -06:00
|
|
|
test-xy-stress
|
2005-11-10 13:18:10 -06:00
|
|
|
|
|
|
|
common_ldflags = \
|
|
|
|
$(top_builddir)/libnotify/libnotify.la \
|
|
|
|
$(PACKAGE_LIBS) \
|
|
|
|
$(GDK_LIBS)
|
|
|
|
|
|
|
|
test_replace_SOURCES = test-replace.c
|
|
|
|
test_replace_LDADD = $(common_ldflags)
|
2006-01-15 19:53:06 -06:00
|
|
|
|
2005-11-10 13:18:10 -06:00
|
|
|
test_replace_widget_SOURCES = test-replace-widget.c
|
|
|
|
test_replace_widget_LDADD = $(common_ldflags)
|
2006-01-15 19:53:06 -06:00
|
|
|
|
|
|
|
test_server_info_SOURCES = test-server-info.c
|
|
|
|
test_server_info_LDADD = $(common_ldflags)
|
|
|
|
|
2006-11-14 01:42:35 -06:00
|
|
|
test_size_changes_SOURCES = test-size-changes.c
|
|
|
|
test_size_changes_LDADD = $(common_ldflags)
|
|
|
|
|
2005-11-10 13:18:10 -06:00
|
|
|
test_default_action_SOURCES = test-default-action.c
|
|
|
|
test_default_action_LDADD = $(common_ldflags)
|
2006-01-15 19:53:06 -06:00
|
|
|
|
2005-11-10 13:18:10 -06:00
|
|
|
test_multi_actions_SOURCES = test-multi-actions.c
|
|
|
|
test_multi_actions_LDADD = $(common_ldflags)
|
2006-01-15 19:53:06 -06:00
|
|
|
|
2005-11-10 13:18:10 -06:00
|
|
|
test_image_SOURCES = test-image.c
|
|
|
|
test_image_LDADD = $(common_ldflags)
|
2006-01-15 19:53:06 -06:00
|
|
|
|
2005-11-10 13:18:10 -06:00
|
|
|
test_basic_SOURCES = test-basic.c
|
|
|
|
test_basic_LDADD = $(common_ldflags)
|
2006-01-15 19:53:06 -06:00
|
|
|
|
2005-11-10 13:18:10 -06:00
|
|
|
test_error_SOURCES = test-error.c
|
|
|
|
test_error_LDADD = $(common_ldflags)
|
|
|
|
|
|
|
|
test_markup_SOURCES = test-markup.c
|
|
|
|
test_markup_LDADD = $(common_ldflags)
|
|
|
|
|
2006-02-04 03:47:18 -06:00
|
|
|
test_urgency_SOURCES = test-urgency.c
|
|
|
|
test_urgency_LDADD = $(common_ldflags)
|
|
|
|
|
2005-11-10 13:18:10 -06:00
|
|
|
test_xy_SOURCES = test-xy.c
|
|
|
|
test_xy_LDADD = $(common_ldflags)
|
|
|
|
|
2006-02-04 15:29:34 -06:00
|
|
|
test_xy_actions_SOURCES = test-xy-actions.c
|
|
|
|
test_xy_actions_LDADD = $(common_ldflags)
|
|
|
|
|
2006-02-04 03:47:18 -06:00
|
|
|
test_xy_stress_SOURCES = test-xy-stress.c
|
2005-11-10 13:18:10 -06:00
|
|
|
test_xy_stress_LDADD = $(common_ldflags)
|
|
|
|
|
2006-04-26 03:15:30 -05:00
|
|
|
EXTRA_DIST = applet-critical.png
|
|
|
|
|
2005-12-13 16:42:48 -06:00
|
|
|
INCLUDES = $(PACKAGE_CFLAGS) \
|
|
|
|
$(GDK_CFLAGS) \
|
|
|
|
-I$(top_srcdir)
|
2010-01-31 12:13:59 -06:00
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|