diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 11:04:59 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 11:16:50 -0300 |
| commit | 0f60381cb4ed79bb40979c106ee1515df85c4873 (patch) | |
| tree | fde908a43341b389d1960e58840b5231a4ec0ca1 /configure.ac | |
| parent | 623993978828620dbca26549ff5ed9744f611b1e (diff) | |
Rename librtaudio.pc to rtaudio.pc.
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 07567fb..a6b1a6c 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 doc/doxygen/Doxyfile]) +AC_CONFIG_FILES([rtaudio-config rtaudio.pc Makefile tests/Makefile doc/doxygen/Doxyfile]) # Fill GXX with something before test. AC_SUBST( GXX, ["no"] ) |
