Only build the examples if ecore_config support is enabled.

SVN revision: 10774
This commit is contained in:
rbdpngn 2004-07-11 06:59:25 +00:00 committed by rbdpngn
parent 19236c6dc3
commit ef5e7e6e59
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
if BUILD_ECORE_CONFIG
noinst_PROGRAMS = \
timer_example \
event_handler_example \
@ -23,3 +25,5 @@ timer_example_SOURCES = timer_example.c
event_handler_example_SOURCES = event_handler_example.c
args_example_SOURCES = args_example.c
config_basic_example_SOURCES = config_basic_example.c
endif