Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

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


Modified Files:
        Makefile.am 


Log Message:
* Vfolder changes
* Trash can stub

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/vfolder/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 12 Aug 2006 08:17:24 -0000      1.1
+++ Makefile.am 12 Aug 2006 12:49:26 -0000      1.2
@@ -6,21 +6,27 @@
 
 pkgdir =  $(libdir)/evfs/plugins/vfolder
 
-if HAVE_TAGLIB
 GROUP_L = group.la
-else
-GROUP_L = 
-endif
+TRASH_L = trash.la
 
-pkg_LTLIBRARIES         = $(GROUP_L)
+pkg_LTLIBRARIES         = $(GROUP_L) $(TRASH_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
 
-group_la_CFLAGS =  @ecore_cflags@ @taglib_cflags@
+trash_la_SOURCES = evfs_vfolder_trash.c \
+                       $(top_srcdir)/src/common/evfs_debug.c \
+                        $(top_srcdir)/src/common/evfs_event_helper.c \
+                        $(top_srcdir)/src/common/evfs_misc.c
+
+group_la_CFLAGS =  @ecore_cflags@ 
 group_la_LDFLAGS = -module -avoid-version
 group_la_LIBADD =  @ecore_libs@ @taglib_libs@ -L$(top_builddir)/src/lib -levfs
+
+trash_la_CFLAGS =  @ecore_cflags@ 
+trash_la_LDFLAGS = -module -avoid-version
+trash_la_LIBADD =  @ecore_libs@ @taglib_libs@ -L$(top_builddir)/src/lib -levfs
 
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to