diff options
author | Max Kellermann <max@duempel.org> | 2009-12-16 16:04:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-16 15:55:48 +0100 |
commit | b009970af7db696b95da1fcea6656a42068fcb1c (patch) | |
tree | 55470eb3bea2445ee6753bf1901b6117c0cc0619 /Makefile.am | |
parent | bd97586cc48431ebb3e5be7cdfcae435458dc508 (diff) | |
download | mpd-b009970af7db696b95da1fcea6656a42068fcb1c.tar.gz mpd-b009970af7db696b95da1fcea6656a42068fcb1c.tar.xz mpd-b009970af7db696b95da1fcea6656a42068fcb1c.zip |
archive/bz2: renamed archive sources and plugin variables
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4bcd1154e..9e2838edc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -351,7 +351,7 @@ ARCHIVE_LIBS = \ ARCHIVE_SRC = if HAVE_BZ2 -ARCHIVE_SRC += src/archive/bz2_plugin.c +ARCHIVE_SRC += src/archive/bz2_archive_plugin.c endif if HAVE_ZZIP |