Ver código fonte

Disable compilation of static libraries with autotools.

Stéphane Raimbault 17 anos atrás
pai
commit
71654332ab
1 arquivos alterados com 1 adições e 0 exclusões
  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