diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:13:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:13:40 -0600 |
commit | 0067c3fe9dacaaa07c4cbddb51a516e943ebd940 (patch) | |
tree | 61e0b3852f9aece211c00d6c81fe635457f08ca2 /configure.in | |
parent | 87e49a06e2f4ee153caeabfa4240e9ab94fbd135 (diff) | |
download | soundkonverter-0067c3fe9dacaaa07c4cbddb51a516e943ebd940.tar.gz soundkonverter-0067c3fe9dacaaa07c4cbddb51a516e943ebd940.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 2ce1597..5b23570 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/amarokscript/Makefile ]) +AC_CONFIG_FILES([ src/amarotdescript/Makefile ]) AC_CONFIG_FILES([ src/metadata/Makefile ]) AC_CONFIG_FILES([ src/metadata/aac/Makefile ]) AC_CONFIG_FILES([ src/metadata/ape/Makefile ]) |