2.0: Disable Cally tests
This commit is contained in:
parent
2bb7cafee7
commit
0e9709f666
@ -18,18 +18,13 @@ AM_CPPFLAGS = -DPREFIXDIR=\"$(libdir)\" -DCLUTTER_DISABLE_DEPRECATION_WARNINGS -
|
||||
AM_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
|
||||
LDADD = $(common_ldadd) $(CLUTTER_LIBS)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
cally-atkcomponent-example \
|
||||
cally-atkeditabletext-example \
|
||||
cally-atkevents-example \
|
||||
cally-atktext-example \
|
||||
cally-clone-example
|
||||
noinst_PROGRAMS =
|
||||
|
||||
cally_atkcomponent_example_SOURCES = $(common_sources) cally-atkcomponent-example.c
|
||||
cally_atktext_example_SOURCES = $(common_sources) cally-atktext-example.c
|
||||
cally_atkevents_example_SOURCES = $(common_sources) cally-atkevents-example.c
|
||||
cally_atkeditabletext_example_SOURCES = $(common_sources) cally-atkeditabletext-example.c
|
||||
cally_clone_example_SOURCES = $(common_sources) cally-clone-example.c
|
||||
#cally_atkcomponent_example_SOURCES = $(common_sources) cally-atkcomponent-example.c
|
||||
#cally_atktext_example_SOURCES = $(common_sources) cally-atktext-example.c
|
||||
#cally_atkevents_example_SOURCES = $(common_sources) cally-atkevents-example.c
|
||||
#cally_atkeditabletext_example_SOURCES = $(common_sources) cally-atkeditabletext-example.c
|
||||
#cally_clone_example_SOURCES = $(common_sources) cally-clone-example.c
|
||||
|
||||
DISTCLEANFILES =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user