diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-04-09 21:06:27 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-04-13 18:44:48 +0200 |
commit | 20e950feb2fea1c6c106ced44e1fef3cf6d882ef (patch) | |
tree | 8ff19abde0d0f1f531fc3caa10e46eb02b30f543 /configure.ac | |
parent | a0a9afd940fe8f447665b369328f270f5ba10cb9 (diff) | |
download | libsigrokdecode-20e950feb2fea1c6c106ced44e1fef3cf6d882ef.tar.gz libsigrokdecode-20e950feb2fea1c6c106ced44e1fef3cf6d882ef.zip |
Switch to a non-recursive automake setup.
(fewer files, less clutter)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 09f7421..b7777ad 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([autostuff]) AC_CONFIG_AUX_DIR([autostuff]) # We require at least automake 1.11 (needed for 'silent rules'). -AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news color-tests]) +AM_INIT_AUTOMAKE([1.11 -Wall -Werror subdir-objects check-news color-tests]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) @@ -148,12 +148,7 @@ AC_SUBST(SRD_PACKAGE_VERSION) AM_CONDITIONAL(BUILD_RUNTC, test x"$build_runtc" = "xyes") -AC_CONFIG_FILES([Makefile - version.h - libsigrokdecode.pc - contrib/Makefile - tests/Makefile - ]) +AC_CONFIG_FILES([Makefile version.h libsigrokdecode.pc]) AC_OUTPUT |