diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 14:20:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 14:20:57 -0600 |
commit | ad2f8c5183e73845025775d058b92507bc04f0d5 (patch) | |
tree | 5d56eb16e574a01445c2e16d44975c7729b02280 /configure.in | |
parent | 0067c3fe9dacaaa07c4cbddb51a516e943ebd940 (diff) | |
download | soundkonverter-ad2f8c5183e73845025775d058b92507bc04f0d5.tar.gz soundkonverter-ad2f8c5183e73845025775d058b92507bc04f0d5.zip |
Fix prior commit
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5b23570..2ce1597 100644 --- a/configure.in +++ b/configure.in @@ -213,7 +213,7 @@ AC_CONFIG_FILES([ doc/Makefile ]) AC_CONFIG_FILES([ doc/en/Makefile ]) AC_CONFIG_FILES([ po/Makefile ]) AC_CONFIG_FILES([ src/Makefile ]) -AC_CONFIG_FILES([ src/amarotdescript/Makefile ]) +AC_CONFIG_FILES([ src/amarokscript/Makefile ]) AC_CONFIG_FILES([ src/metadata/Makefile ]) AC_CONFIG_FILES([ src/metadata/aac/Makefile ]) AC_CONFIG_FILES([ src/metadata/ape/Makefile ]) |