aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-09 19:24:21 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-09 19:24:21 +0000
commit4abf1b7d56425be009c8d6826a753b8682bc7c22 (patch)
tree36cbd797eafc8478439edb4b771cdfb921bda322 /src/Makefile.am
parent6a87c49d2b619afb599a7961521f685a497ec9d4 (diff)
downloadmpd-4abf1b7d56425be009c8d6826a753b8682bc7c22.tar.gz
mpd-4abf1b7d56425be009c8d6826a753b8682bc7c22.tar.xz
mpd-4abf1b7d56425be009c8d6826a753b8682bc7c22.zip
remove all tables.... (stupid crappy code)
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2564 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5897f5e1c..98a5412fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,7 +51,6 @@ mpd_headers = \
song.h \
stats.h \
tag.h \
- tables.h \
utf8.h \
utils.h \
volume.h
@@ -93,7 +92,6 @@ mpd_SOURCES = \
signal_check.c \
song.c \
stats.c \
- tables.c \
tag.c \
utils.c \
volume.c \