Enlightenment CVS committal Author : doursse Project : e17 Module : proto/evil
Dir : e17/proto/evil/src/bin Modified Files: Makefile.am Log Message: * configure.ac: * src/bin/Makefile.am: * src/lib/Makefile.am: * src/lib/dlfcn/Makefile.am: * src/lib/mman/Makefile.am: use -Wl,--enable-auto-import with cegcc fix warning with newest autoconf * src/lib/dlfcn/dlfcn.c: (string_to_wchar): include wchar.h and fix warnings * src/lib/mman/mman.c: use relative path to include sys/mman.h =================================================================== RCS file: /cvs/e/e17/proto/evil/src/bin/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 27 Feb 2008 21:01:30 -0000 1.1 +++ Makefile.am 22 Apr 2008 22:53:54 -0000 1.2 @@ -13,12 +13,15 @@ test_dlfcn_SOURCES = test_dlfcn.c test_dlfcn_LDADD = $(top_builddir)/src/lib/libevil.la $(top_builddir)/src/lib/dlfcn/libdl.la +test_dlfcn_LDFLAGS = @lt_enable_auto_import@ test_dlfcn_DEPENDENCIES = $(top_builddir)/src/lib/libevil.la $(top_builddir)/src/lib/dlfcn/libdl.la test_pipe_SOURCES = test_pipe.c test_pipe_LDADD = $(top_builddir)/src/lib/libevil.la +test_pipe_LDFLAGS = @lt_enable_auto_import@ test_pipe_DEPENDENCIES = $(top_builddir)/src/lib/libevil.la test_evil_SOURCES = test_evil.c test_evil_LDADD = $(top_builddir)/src/lib/libevil.la +test_evil_LDFLAGS = @lt_enable_auto_import@ test_evil_DEPENDENCIES = $(top_builddir)/src/lib/libevil.la ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs