evas: fix build

Build may fail when using parallel compilation (-j)
Add EET as a dependency of cserve slave
This commit is contained in:
Jean-Philippe Andre 2013-07-02 18:54:57 +09:00 committed by Cedric Bail
parent 03448524ab
commit 9bdf55da57
1 changed files with 1 additions and 0 deletions

View File

@ -1123,6 +1123,7 @@ lib_evas_libevas_la_LIBADD += @evas_image_loader_eet_libs@
if EVAS_CSERVE2
bin_evas_evas_cserve2_slave_SOURCES += modules/evas/loaders/eet/evas_image_load_eet.c
bin_evas_evas_cserve2_slave_CPPFLAGS += @evas_image_loader_eet_cflags@
bin_evas_evas_cserve2_slave_DEPENDENCIES += @USE_EET_INTERNAL_LIBS@
bin_evas_evas_cserve2_slave_LDADD += @USE_EET_LIBS@ @evas_image_loader_eet_libs@
endif
else