disable build of static libs
authorKlaus Kaempf <kkaempf@suse.de>
Mon, 9 Jan 2006 19:36:45 +0000 (19:36 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Mon, 9 Jan 2006 19:36:45 +0000 (19:36 +0000)
Makefile.cvs

index 8c6679f..535da89 100644 (file)
@@ -18,7 +18,7 @@ PREFIX = /usr
 default: configure
 
 configure: init
-       ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
+       ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --disable-static
 
 init:
        rm -rf autom4te.cache