aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorQball Cow <qball@sarine.nl>2010-10-03 19:34:45 +0200
committerMax Kellermann <max@duempel.org>2010-10-03 19:46:36 +0200
commita39e6b43e81907f5fd75d00c384fc2338e9ccfac (patch)
tree562a6dcbcac9ee5edb9b8f3af47a873088e368ac /Makefile.am
parente69df36e4a4a1f339701ef74aaefac6f46f622ea (diff)
add mpd_error.h to sources.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eeeffc90..957da037 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -220,7 +220,8 @@ mpd_headers = \
src/archive/iso9660_archive_plugin.h \
src/archive/zzip_archive_plugin.h \
src/input/archive_input_plugin.h \
- src/cue/cue_tag.h
+ src/cue/cue_tag.h\
+ src/mpd_error.h
src_mpd_SOURCES = \
$(mpd_headers) \