diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 11:02:51 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 11:16:50 -0300 |
| commit | 623993978828620dbca26549ff5ed9744f611b1e (patch) | |
| tree | b36fedbb57db4f4c10031c215ed0681e981fc21d /configure.ac | |
| parent | 3d5977804e81d6cd044de0f2acdfe39f78ef2b9e (diff) | |
Generate version number in Doxyfile with configure.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dc2ad0a..07567fb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT(RtAudio, 4.1, gary@music.mcgill.ca, rtaudio) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(RtAudio.cpp) -AC_CONFIG_FILES([rtaudio-config librtaudio.pc Makefile tests/Makefile]) +AC_CONFIG_FILES([rtaudio-config librtaudio.pc Makefile tests/Makefile doc/doxygen/Doxyfile]) # Fill GXX with something before test. AC_SUBST( GXX, ["no"] ) |
