parent
0fbdd79e9a
commit
3de71571ea
|
@ -8,6 +8,7 @@ noinst_PROGRAMS = \
|
||||||
test-basic \
|
test-basic \
|
||||||
test-error \
|
test-error \
|
||||||
test-markup \
|
test-markup \
|
||||||
|
test-rtl \
|
||||||
test-size-changes \
|
test-size-changes \
|
||||||
test-urgency \
|
test-urgency \
|
||||||
test-xy \
|
test-xy \
|
||||||
|
@ -61,6 +62,9 @@ test_xy_actions_LDADD = $(common_ldflags)
|
||||||
test_xy_stress_SOURCES = test-xy-stress.c
|
test_xy_stress_SOURCES = test-xy-stress.c
|
||||||
test_xy_stress_LDADD = $(common_ldflags)
|
test_xy_stress_LDADD = $(common_ldflags)
|
||||||
|
|
||||||
|
test_rtl_SOURCES = test-rtl.c
|
||||||
|
test_rtl_LDADD = $(common_ldflags)
|
||||||
|
|
||||||
EXTRA_DIST = applet-critical.png
|
EXTRA_DIST = applet-critical.png
|
||||||
|
|
||||||
INCLUDES = $(PACKAGE_CFLAGS) \
|
INCLUDES = $(PACKAGE_CFLAGS) \
|
||||||
|
|
Loading…
Reference in New Issue