build: enable subdir-objects option to make sure that source files are built where expected.

libnfs-4.0.0-vitalif
Diego Elio Pettenò 2016-01-08 22:36:19 +00:00 committed by Jean-Baptiste Kempf
parent 6b5b09dbc1
commit 7744df2c76
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT([libnfs], [1.9.8], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall foreign])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
m4_pattern_allow([AM_PROG_AR])