[grilo-plugins/fremantle: 8/27] Add the util subdir to be compiled.



commit b8333635ae6389b0500fac61b6d817086aeb0670
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date:   Mon Apr 19 13:19:10 2010 +0200

    Add the util subdir to be compiled.
    
    We only add it if GnomeVFS is available.

 src/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index c45f9d3..d21241e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,10 @@
 
 SUBDIRS =
 
+if HAVE_GNOMEVFS
+SUBDIRS += util
+endif
+
 if FAKEMETADATA_PLUGIN
 SUBDIRS += fake-metadata
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]