autotools fixes
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 2 Nov 2008 09:01:35 +0000 (09:01 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 2 Nov 2008 09:01:35 +0000 (09:01 +0000)
commit6d06e2404f6a25050f538340190394448b2d9953
treeabc021a9904308b2e20bd1573c342c94e722176a
parented835dd94766b3ae41d2c67f773398dc5f20bf13
autotools fixes
 * remove useless _DEPENDENCIES variables
 * remove useless files in EXTRA_DIST
 * use -no-undefied directly
 * add some flags when the host is windows ce

make distcheck succeeds on my computer

next step will be to fix the horrible mess in Ecore.h and ecore_private.h

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@37406 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
22 files changed:
configure.ac
src/lib/ecore/Ecore.h
src/lib/ecore/Makefile.am
src/lib/ecore/ecore_app.c
src/lib/ecore/ecore_private.h
src/lib/ecore_con/Makefile.am
src/lib/ecore_config/Makefile.am
src/lib/ecore_desktop/Makefile.am
src/lib/ecore_evas/Makefile.am
src/lib/ecore_fb/Makefile.am
src/lib/ecore_file/Makefile.am
src/lib/ecore_imf/Makefile.am
src/lib/ecore_imf_evas/Makefile.am
src/lib/ecore_ipc/Makefile.am
src/lib/ecore_job/Makefile.am
src/lib/ecore_quartz/Makefile.am
src/lib/ecore_sdl/Makefile.am
src/lib/ecore_txt/Makefile.am
src/lib/ecore_win32/Makefile.am
src/lib/ecore_wince/Makefile.am
src/lib/ecore_x/xcb/Makefile.am
src/lib/ecore_x/xlib/Makefile.am