Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/plugins


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


Log Message:
- add io manager from pfritz to syntax highlight c source files

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/plugins/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 14 Sep 2006 15:10:24 -0000      1.3
+++ Makefile.am 4 Oct 2006 15:42:55 -0000       1.4
@@ -13,6 +13,7 @@
 pkgdir                  = $(libdir)/ewl/plugins
 
 pkg_LTLIBRARIES                = ewl_io_manager_text_plugin.la \
+ewl_io_manager_text_c_plugin.la \
 ewl_io_manager_image_plugin.la
 
 ewl_io_manager_text_plugin_la_SOURCES   = ewl_io_manager_text_plugin.c
@@ -21,6 +22,13 @@
                          -L$(top_builddir)/src/lib \
                          -L$(top_builddir)/src/lib/.libs
 ewl_io_manager_text_plugin_la_DEPENDENCIES = 
+
+ewl_io_manager_text_c_plugin_la_SOURCES   = ewl_io_manager_text_c_plugin.c
+ewl_io_manager_text_c_plugin_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_io_manager_text_c_plugin_la_LDFLAGS        = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_io_manager_text_c_plugin_la_DEPENDENCIES = 
 
 ewl_io_manager_image_plugin_la_SOURCES   = ewl_io_manager_image_plugin.c
 ewl_io_manager_image_plugin_la_LIBADD    = $(top_builddir)/src/lib/libewl.la



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to