aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-12 20:49:00 +0100
committerMax Kellermann <max@duempel.org>2014-12-12 20:49:00 +0100
commit2ca18a7ee5ede89e95fe9a862262726a1e845268 (patch)
tree26a6499b398b9c77ed3ef2bb5961bc7d9d66d513 /Makefile.am
parent7dbe5f4640d95737b06063b0162184dc9f1978d0 (diff)
downloadmpd-2ca18a7ee5ede89e95fe9a862262726a1e845268.tar.gz
mpd-2ca18a7ee5ede89e95fe9a862262726a1e845268.tar.xz
mpd-2ca18a7ee5ede89e95fe9a862262726a1e845268.zip
lib/sqlite/Domain: add Domain instance for SQLite
Replaces the sticker_domain for Error::domain.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d89610bab..185fa6030 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -354,6 +354,7 @@ endif
if ENABLE_SQLITE
libmpd_a_SOURCES += \
src/command/StickerCommands.cxx src/command/StickerCommands.hxx \
+ src/lib/sqlite/Domain.cxx src/lib/sqlite/Domain.hxx \
src/sticker/StickerDatabase.cxx src/sticker/StickerDatabase.hxx \
src/sticker/StickerPrint.cxx src/sticker/StickerPrint.hxx \
src/sticker/SongSticker.cxx src/sticker/SongSticker.hxx