diff options
author | Qball Cow <qball@sarine.nl> | 2010-10-03 19:34:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-10-03 19:46:36 +0200 |
commit | a39e6b43e81907f5fd75d00c384fc2338e9ccfac (patch) | |
tree | 562a6dcbcac9ee5edb9b8f3af47a873088e368ac /Makefile.am | |
parent | e69df36e4a4a1f339701ef74aaefac6f46f622ea (diff) | |
download | mpd-a39e6b43e81907f5fd75d00c384fc2338e9ccfac.tar.gz mpd-a39e6b43e81907f5fd75d00c384fc2338e9ccfac.tar.xz mpd-a39e6b43e81907f5fd75d00c384fc2338e9ccfac.zip |
add mpd_error.h to sources.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eeeffc90e..957da037d 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) \ |