Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins/vfolder


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


Log Message:
Allow listing of 'Efolders'

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/vfolder/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 21 Aug 2007 13:11:15 -0000      1.4
+++ Makefile.am 27 Aug 2007 07:16:35 -0000      1.5
@@ -8,14 +8,20 @@
 
 GROUP_L = group.la
 TRASH_L = trash.la
+EFOLDER_L = efolder.la
 
-pkg_LTLIBRARIES         = $(GROUP_L) $(TRASH_L)
+pkg_LTLIBRARIES         = $(GROUP_L) $(TRASH_L) $(EFOLDER_L)
 
 group_la_SOURCES = evfs_vfolder_group.c \
                        $(top_srcdir)/src/common/evfs_debug.c \
                         $(top_srcdir)/src/common/evfs_event_helper.c \
                         $(top_srcdir)/src/common/evfs_misc.c
 
+efolder_la_SOURCES = evfs_vfolder_efolder.c \
+                       $(top_srcdir)/src/common/evfs_debug.c \
+                        $(top_srcdir)/src/common/evfs_event_helper.c \
+                        $(top_srcdir)/src/common/evfs_misc.c
+
 trash_la_SOURCES = evfs_vfolder_trash.c \
                        $(top_srcdir)/src/common/evfs_debug.c \
                         $(top_srcdir)/src/common/evfs_event_helper.c \
@@ -24,6 +30,10 @@
 group_la_CFLAGS =  @ECORE_CFLAGS@ @EFREET_CFLAGS@
 group_la_LDFLAGS = -module -avoid-version
 group_la_LIBADD =  @ECORE_LIBS@ @taglib_libs@ -L$(top_builddir)/src/lib -levfs
+
+efolder_la_CFLAGS =  @ECORE_CFLAGS@ @EFREET_CFLAGS@
+efolder_la_LDFLAGS = -module -avoid-version
+efolder_la_LIBADD =  @ECORE_LIBS@ @taglib_libs@ -L$(top_builddir)/src/lib 
-levfs
 
 trash_la_CFLAGS =  @ECORE_CFLAGS@ @EFREET_CFLAGS@
 trash_la_LDFLAGS = -module -avoid-version



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to