diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:15:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:38:15 +0100 |
commit | 973c9872f930d73a8ddc98e4802b242aea9f0dba (patch) | |
tree | 2c6a2d086fa3a7b04d98290a3d50fed8694bdb5a /Makefile.am | |
parent | eef7ba48ddb060c14caa5be27faeabe6f82b3e08 (diff) | |
download | mpd-973c9872f930d73a8ddc98e4802b242aea9f0dba.tar.gz mpd-973c9872f930d73a8ddc98e4802b242aea9f0dba.tar.xz mpd-973c9872f930d73a8ddc98e4802b242aea9f0dba.zip |
Sticker*: move to sticker/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 87ca79a70..74909e27d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -244,9 +244,9 @@ endif if ENABLE_SQLITE src_mpd_SOURCES += \ src/command/StickerCommands.cxx src/command/StickerCommands.hxx \ - src/StickerDatabase.cxx src/StickerDatabase.hxx \ - src/StickerPrint.cxx src/StickerPrint.hxx \ - src/SongSticker.cxx src/SongSticker.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 endif # Generic utility library |