Sfoglia il codice sorgente

Disable compilation of static libraries with autotools.

Stéphane Raimbault 17 anni fa
parent
commit
71654332ab
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -4,6 +4,7 @@
 AC_PREREQ(2.59)
 AC_INIT(libmodbus, 1.9, stephane.raimbault@gmail.com)
 AM_INIT_AUTOMAKE(libmodbus, 1.9.0)
+AM_DISABLE_STATIC
 
 # Checks for programs.
 AC_PROG_CC