Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


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


Log Message:
Added stub for samba plugin

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Aug 2005 07:31:40 -0000      1.2
+++ Makefile.am 8 Oct 2005 15:39:51 -0000       1.3
@@ -8,12 +8,23 @@
 
 POSIX_L = posix.la
 
-pkg_LTLIBRARIES         = $(POSIX_L)
+SAMBA_L = samba.la
+
+pkg_LTLIBRARIES         = $(POSIX_L) $(SAMBA_L)
 
 posix_la_SOURCES = evfs_fs_posix.c \
                        ../common/evfs_debug.c \
                        ../common/evfs_event_helper.c
+
+samba_la_SOURCES = evfs_fs_samba.c \
+                        ../common/evfs_debug.c \
+                        ../common/evfs_event_helper.c
+
+       
 posix_la_CFLAGS =  @ecore_cflags@
 posix_la_LDFLAGS = -no-undefined -module -avoid-version
 posix_la_LIBADD =  @ecore_libs@
 
+samba_la_CFLAGS =  @ecore_cflags@
+samba_la_LDFLAGS = -no-undefined -module -avoid-version
+samba_la_LIBADD =  @ecore_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

Reply via email to