[grilo-plugins/0.1.x] build: do not create static libraries



commit 11e0407cdf3bd3537da2d877488c67c7b3fbe013
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 bf5bbff..db8d4f7 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]