[grilo-plugins] build: do not create static libraries



commit c15aca20fbcde5518aff17c42a98781104513f58
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Jul 22 07:43:39 2011 +0000

    build: do not create static libraries
    
    Not needed as plugins are always dynamically loaded.
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 63cf782..6f4069f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,7 @@ AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
 AC_PROG_INSTALL
+AC_DISABLE_STATIC
 
 PKG_CONFIG="pkg-config"
 if test -n "$host" ; then



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