diff options
author | David Robillard <d@drobilla.net> | 2008-06-18 18:53:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-06-18 18:53:30 +0000 |
commit | 7bc4bbea5d15b7cd86ba5884886df6dd27f5a10b (patch) | |
tree | 07d43b026e8d12efcc2ba99f113ec3920c66cd52 /configure.ac | |
parent | 098a45f62eb40763d8e84fb04b1d4feca910f30b (diff) | |
download | lilv-7bc4bbea5d15b7cd86ba5884886df6dd27f5a10b.tar.gz lilv-7bc4bbea5d15b7cd86ba5884886df6dd27f5a10b.tar.bz2 lilv-7bc4bbea5d15b7cd86ba5884886df6dd27f5a10b.zip |
Fix make distcheck.
git-svn-id: http://svn.drobilla.net/lad/slv2@1269 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 1bde2f8..6e0d643 100644 --- a/configure.ac +++ b/configure.ac @@ -194,16 +194,16 @@ CXXFLAGS="$CXXFLAGS -ansi -pipe -fmessage-length=999 -DCONFIG_H_PATH=\\\"$CONFIG CFLAGS="$CFLAGS -std=c99 -pipe -fmessage-length=999 -DCONFIG_H_PATH=\\\"$CONFIG_H_PATH\\\"" # Write output files +AC_CONFIG_FILES([debian/Makefile]) +AC_CONFIG_FILES([doc/Makefile]) +AC_CONFIG_FILES([doc/reference.doxygen]) +AC_CONFIG_FILES([hosts/Makefile]) AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([src/Makefile]) AC_CONFIG_FILES([slv2/Makefile]) -AC_CONFIG_FILES([utils/Makefile]) -AC_CONFIG_FILES([hosts/Makefile]) -AC_CONFIG_FILES([swig/Makefile]) AC_CONFIG_FILES([slv2.pc]) -AC_CONFIG_FILES([doc/Makefile]) -AC_CONFIG_FILES([doc/reference.doxygen]) -AC_CONFIG_FILES([debian/Makefile]) +AC_CONFIG_FILES([src/Makefile]) +AC_CONFIG_FILES([swig/Makefile]) +AC_CONFIG_FILES([utils/Makefile]) AC_OUTPUT |