various fixes for vc++. I'll add the Visual Studio projects later
[profile/ivi/ecore.git] / src / lib / ecore / Makefile.am
index cd72d32..c1fb716 100644 (file)
@@ -6,8 +6,6 @@ AM_CFLAGS = @WIN32_CFLAGS@ @EFL_PTHREAD_CFLAGS@
 lib_LTLIBRARIES = libecore.la
 include_HEADERS = \
 Ecore.h \
-Ecore_Data.h \
-Ecore_Str.h \
 Ecore_Getopt.h
 
 libecore_la_SOURCES = \
@@ -16,24 +14,15 @@ ecore_anim.c \
 ecore_app.c \
 ecore_events.c \
 ecore_getopt.c \
-ecore_hash.c \
 ecore_idle_enterer.c \
 ecore_idle_exiter.c \
 ecore_idler.c \
-ecore_list.c \
+ecore_job.c \
 ecore_main.c \
-ecore_path.c \
 ecore_pipe.c \
-ecore_plugin.c \
 ecore_poll.c \
-ecore_sheap.c \
-ecore_signal.c \
-ecore_str.c \
-ecore_strbuf.c \
 ecore_time.c \
 ecore_timer.c \
-ecore_tree.c \
-ecore_value.c \
 ecore_thread.c \
 ecore_glib.c
 
@@ -43,7 +32,15 @@ libecore_la_SOURCES += ecore_exe_win32.c
 
 else
 
-libecore_la_SOURCES += ecore_exe.c
+if ECORE_HAVE_WINCE
+
+libecore_la_SOURCES += ecore_exe_wince.c
+
+else
+
+libecore_la_SOURCES += ecore_signal.c ecore_exe.c
+
+endif
 
 endif