fix compilation --without-taglib

This commit is contained in:
Andrzej Rybczak
2012-08-29 09:07:20 +02:00
parent ddeec3aea0
commit 4cb0e2232a
22 changed files with 609 additions and 247 deletions

View File

@@ -18,6 +18,7 @@ ncmpcpp_SOURCES = \
media_library.cpp \
menu.cpp \
mpdpp.cpp \
mutable_song.cpp \
ncmpcpp.cpp \
outputs.cpp \
playlist.cpp \
@@ -31,6 +32,7 @@ ncmpcpp_SOURCES = \
song.cpp \
song_info.cpp \
status.cpp \
string_utilities.cpp \
tag_editor.cpp \
tiny_tag_editor.cpp \
tolower.cpp \
@@ -61,6 +63,7 @@ noinst_HEADERS = \
media_library.h \
menu.h \
mpdpp.h \
mutable_song.h \
numeric_conversions.h \
outputs.h \
playlist_editor.h \
@@ -72,6 +75,7 @@ noinst_HEADERS = \
settings.h \
song.h \
song_info.h \
string_utilities.h \
tag_editor.h \
tiny_tag_editor.h \
tolower.h \