diff options
author | Carsten Haitzler <raster@rasterman.com> | 2013-01-13 03:52:09 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2013-01-13 03:52:09 +0000 |
commit | a7e55676fa16584a0d86cee4e3edecc729036fa0 (patch) | |
tree | b6d2f77d99d279ea112eb12b754fb39353bf1ecc /src/Makefile_Evas.am | |
parent | b2034671b769669fd36a17473eca74625b9c0c7c (diff) |
add EVAS_LIBS (set by EFL_CHECK_FUNC([EVAS], [shm_open]) which should
thus only contain -lrt if needed)...
SVN revision: 82711
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 6ca270344..17eb29cca 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -1489,7 +1489,8 @@ bin_evas_evas_cserve2_slave_CPPFLAGS = \ bin_evas_evas_cserve2_slave_LDADD = \ lib/eina/libeina.la \ -@EVAS_LDFLAGS@ +@EVAS_LDFLAGS@ \ +@EVAS_LIBS@ bin_evas_evas_cserve2_slave_LDFLAGS = -export-dynamic |