Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        Makefile.am 
Added Files:
        ewl_list_viewer.c 


Log Message:
* First code checkin of 'list-style' local viewer

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Makefile.am 11 Dec 2005 06:30:01 -0000      1.11
+++ Makefile.am 30 Dec 2005 00:43:20 -0000      1.12
@@ -11,6 +11,7 @@
 POSIX_L = posix.la
 LAYOUT_L = layout_ewl_simple.la
 EWL_LOCAL_ICON_L = ewl_local_icon.la
+EWL_LIST_L = ewl_list.la
 STRUCTURE_VIEWER_L = structure_viewer.la
 SYSTEM_THUMBNAILER_L = system_thumbnailer.la
 ACTION_SIMPLE_L = action_simple.la
@@ -21,7 +22,7 @@
 LAYOUT_ETK_L =
 #endif
 
-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)
+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_LIST_L)
 
 ewl_local_icon_la_SOURCES      =       $(top_srcdir)/src/entropy_gui.c \
                                        ewl_progress_dialog.c \
@@ -30,6 +31,14 @@
 ewl_local_icon_la_LDFLAGS      = -module -avoid-version
 ewl_local_icon_la_LIBADD       = @EWL_LIBS@
 
+ewl_list_la_SOURCES      =        $(top_srcdir)/src/entropy_gui.c \
+                                        ewl_progress_dialog.c \
+                                        ewl_list_viewer.c 
ewl_properties_dialog.c $(top_srcdir)/src/entropy_debug.c
+ewl_list_la_CFLAGS       = @EWL_CFLAGS@
+ewl_list_la_LDFLAGS      = -module -avoid-version
+ewl_list_la_LIBADD       = @EWL_LIBS@
+
+
 structure_viewer_la_SOURCES    = $(top_srcdir)/src/entropy_gui.c \
                                structure_viewer.c 
$(top_srcdir)/src/entropy_debug.c
 structure_viewer_la_CFLAGS     = @EWL_CFLAGS@




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to