aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-12 20:39:36 +0100
committerMax Kellermann <max@duempel.org>2014-12-12 21:42:51 +0100
commit052d350b194e0963271c057a26cc79952b9cf66b (patch)
tree95ff7dd473dc66c194bf9ad4ee09ff3235f3ac43 /Makefile.am
parent2ca18a7ee5ede89e95fe9a862262726a1e845268 (diff)
downloadmpd-052d350b194e0963271c057a26cc79952b9cf66b.tar.gz
mpd-052d350b194e0963271c057a26cc79952b9cf66b.tar.xz
mpd-052d350b194e0963271c057a26cc79952b9cf66b.zip
sticker/Database: move SQLite helpers to lib/sqlite/Util.hxx
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 185fa6030..b9ee8d82f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -355,6 +355,7 @@ 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/lib/sqlite/Util.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