evas: fix build
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 2 Jul 2013 09:54:57 +0000 (18:54 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Tue, 2 Jul 2013 10:00:55 +0000 (19:00 +0900)
Build may fail when using parallel compilation (-j)
Add EET as a dependency of cserve slave

src/Makefile_Evas.am

index c296f15..34c68b8 100644 (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