Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file Modified Files: Makefile.am Added Files: evfs_fs_vfolder.c Log Message: * Add vfolder file plugin - in anticipation of the full checkin of file tagging/grouping capabilities * Misc infrastructure updates =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 22 Jun 2006 09:58:28 -0000 1.2 +++ Makefile.am 15 Jul 2006 12:51:19 -0000 1.3 @@ -28,14 +28,20 @@ GZIP_L = gzip.la +VFOLDER_L = vfolder.la -pkg_LTLIBRARIES = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L) $(GZIP_L) $(SFTP_L) + +pkg_LTLIBRARIES = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L) $(GZIP_L) $(SFTP_L) $(VFOLDER_L) posix_la_SOURCES = evfs_fs_posix.c \ $(top_srcdir)/src/common/evfs_debug.c \ $(top_srcdir)/src/common/evfs_event_helper.c \ $(top_srcdir)/src/common/evfs_misc.c - + +vfolder_la_SOURCES = evfs_fs_vfolder.c \ + $(top_srcdir)/src/common/evfs_debug.c \ + $(top_srcdir)/src/common/evfs_event_helper.c \ + $(top_srcdir)/src/common/evfs_misc.c tar_la_SOURCES = evfs_fs_tar.c \ $(top_srcdir)/src/common/evfs_debug.c \ @@ -78,6 +84,10 @@ posix_la_CFLAGS = @ecore_cflags@ posix_la_LDFLAGS = -module -avoid-version posix_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs + +vfolder_la_CFLAGS = @ecore_cflags@ +vfolder_la_LDFLAGS = -module -avoid-version +vfolder_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs samba_la_CFLAGS = @ecore_cflags@ samba_la_LDFLAGS = -module -avoid-version -lsmbclient ------------------------------------------------------------------------- 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