Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

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


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


Log Message:
* Add a libextractor based metadata grabber

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/meta/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 21 Apr 2006 15:10:17 -0000      1.1
+++ Makefile.am 21 Jul 2006 17:01:31 -0000      1.2
@@ -12,14 +12,31 @@
 AUDIO_TAGGER_L = 
 endif
 
-pkg_LTLIBRARIES         = $(AUDIO_TAGGER_L)
+if HAVE_EXTRACTOR
+EXTRACTOR_TAGGER_L = extractor_tagger.la
+else
+EXTRACTOR_TAGGER_L = 
+endif
+
+pkg_LTLIBRARIES         = $(AUDIO_TAGGER_L) $(EXTRACTOR_TAGGER_L)
 
 audio_tagger_la_SOURCES = evfs_meta_audio.c \
                        $(top_srcdir)/src/common/evfs_debug.c \
                        $(top_srcdir)/src/common/evfs_event_helper.c \
                        $(top_srcdir)/src/common/evfs_misc.c
+
+extractor_tagger_la_SOURCES = evfs_meta_extractor.c \
+                        $(top_srcdir)/src/common/evfs_debug.c \
+                        $(top_srcdir)/src/common/evfs_event_helper.c \
+                        $(top_srcdir)/src/common/evfs_misc.c
+
                        
 audio_tagger_la_CFLAGS =  @ecore_cflags@ @taglib_cflags@
 audio_tagger_la_LDFLAGS = -module -avoid-version
 audio_tagger_la_LIBADD =  @ecore_libs@ @taglib_libs@ -L$(top_builddir)/src/lib 
-levfs
+
+extractor_tagger_la_CFLAGS =  @ecore_cflags@ @extractor_cflags@
+extractor_tagger_la_LDFLAGS = -module -avoid-version
+extractor_tagger_la_LIBADD =  @ecore_libs@ @extractor_libs@ 
-L$(top_builddir)/src/lib -levfs
+
 



-------------------------------------------------------------------------
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