Enlightenment CVS committal Author : doursse Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: Makefile.am Log Message: cleanup of configure.in. Fix missing ecore dep =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 20 Oct 2005 13:50:31 -0000 1.2 +++ Makefile.am 22 Oct 2005 08:33:33 -0000 1.3 @@ -23,50 +23,50 @@ pkg_LTLIBRARIES = $(MIME_L) $(THUMBNAILER_L) $(POSIX_L) $(LAYOUT_L) $(EWL_LOCAL_ICON_L) $(STRUCTURE_VIEWER_L) $(SYSTEM_THUMBNAILER_L) $(ACTION_SIMPLE_L) $(LAYOUT_ETK_L) -ewl_local_icon_la_SOURCES = ewl_icon_local_viewer.c ../entropy_debug.c -ewl_local_icon_la_CFLAGS = @ewl_cflags@ -ewl_local_icon_la_LDFLAGS = -module -avoid-version -ewl_local_icon_la_LIBADD = @ewl_libs@ - -structure_viewer_la_SOURCES = structure_viewer.c ../entropy_debug.c -structure_viewer_la_CFLAGS = @ewl_cflags@ -structure_viewer_la_LDFLAGS = -module -avoid-version -structure_viewer_la_LIBADD = @ewl_libs@ - -action_simple_la_SOURCES = action_simple.c ../entropy_debug.c -action_simple_la_CFLAGS = @ewl_cflags@ -action_simple_la_LDFLAGS = -module -avoid-version -action_simple_la_LIBADD = @ewl_libs@ - - -layout_ewl_simple_la_SOURCES = layout_ewl_simple.c ../entropy_debug.c -layout_ewl_simple_la_CFLAGS = @ewl_cflags@ -layout_ewl_simple_la_LDFLAGS = -module -avoid-version -layout_ewl_simple_la_LIBADD = @ewl_libs@ - -#layout_etk_simple_la_SOURCES = layout_etk_simple.c ../entropy_debug.c -#layout_etk_simple_la_CFLAGS = @etk_cflags@ -#layout_etk_simple_la_LDFLAGS = -module -avoid-version -#layout_etk_simple_la_LIBADD = @etk_libs@ - - -mime_la_SOURCES = mime.c ../entropy_core.c -mime_la_CFLAGS = @evfs_cflags@ -mime_la_LDFLAGS = -module -avoid-version - -imlib_thumbnailer_la_SOURCES = thumbnailer.c thumbnail_generic.c md5.c ../entropy_debug.c -imlib_thumbnailer_la_CFLAGS = -imlib_thumbnailer_la_LDFLAGS = -module -avoid-version -imlib_thumbnailer_la_LIBADD = @imlib2_libs@ @png_libs@ - -system_thumbnailer_la_SOURCES = thumbnail_system.c thumbnail_generic.c ../entropy_debug.c -system_thumbnailer_la_CFLAGS = -system_thumbnailer_la_LDFLAGS = -module -avoid-version -system_thumbnailer_la_LIBADD = - - -posix_la_SOURCES = filesystem.c ../entropy_debug.c -posix_la_CFLAGS = @evfs_cflags@ -posix_la_LDFLAGS = -module -avoid-version -posix_la_LIBADD = @evfs_libs@ +ewl_local_icon_la_SOURCES = ewl_icon_local_viewer.c ../entropy_debug.c +ewl_local_icon_la_CFLAGS = @ewl_cflags@ +ewl_local_icon_la_LDFLAGS = -module -avoid-version +ewl_local_icon_la_LIBADD = @ewl_libs@ + +structure_viewer_la_SOURCES = structure_viewer.c ../entropy_debug.c +structure_viewer_la_CFLAGS = @ewl_cflags@ +structure_viewer_la_LDFLAGS = -module -avoid-version +structure_viewer_la_LIBADD = @ewl_libs@ + +action_simple_la_SOURCES = action_simple.c ../entropy_debug.c +action_simple_la_CFLAGS = @ewl_cflags@ +action_simple_la_LDFLAGS = -module -avoid-version +action_simple_la_LIBADD = @ewl_libs@ + + +layout_ewl_simple_la_SOURCES = layout_ewl_simple.c ../entropy_debug.c +layout_ewl_simple_la_CFLAGS = @ewl_cflags@ +layout_ewl_simple_la_LDFLAGS = -module -avoid-version +layout_ewl_simple_la_LIBADD = @ewl_libs@ + +#layout_etk_simple_la_SOURCES = layout_etk_simple.c ../entropy_debug.c +#layout_etk_simple_la_CFLAGS = @etk_cflags@ +#layout_etk_simple_la_LDFLAGS = -module -avoid-version +#layout_etk_simple_la_LIBADD = @etk_libs@ + + +mime_la_SOURCES = mime.c ../entropy_core.c +mime_la_CFLAGS = @evfs_cflags@ +mime_la_LDFLAGS = -module -avoid-version + +imlib_thumbnailer_la_SOURCES = thumbnailer.c thumbnail_generic.c md5.c ../entropy_debug.c +imlib_thumbnailer_la_CFLAGS = @ecore_cflags@ +imlib_thumbnailer_la_LDFLAGS = -module -avoid-version +imlib_thumbnailer_la_LIBADD = @imlib2_libs@ @ecore_libs@ @png_libs@ + +system_thumbnailer_la_SOURCES = thumbnail_system.c thumbnail_generic.c ../entropy_debug.c +system_thumbnailer_la_CFLAGS = @ecore_cflags@ +system_thumbnailer_la_LDFLAGS = -module -avoid-version +system_thumbnailer_la_LIBADD = @ecore_libs@ + + +posix_la_SOURCES = filesystem.c ../entropy_debug.c +posix_la_CFLAGS = @evfs_cflags@ +posix_la_LDFLAGS = -module -avoid-version +posix_la_LIBADD = @evfs_libs@ ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs