Fix paths and rename the project

This commit is contained in:
Julien BLACHE
2009-06-12 11:09:58 +02:00
parent e1c0b6d4b7
commit 1bd3b3a076
8 changed files with 17 additions and 26 deletions

View File

@@ -36,7 +36,7 @@
#define STR(x) ((x) ? (x) : "")
#define DB_PATH "/var/cache/mt-daapd/songs3.db" /* FIXME */
#define DB_PATH STATEDIR "/cache/" PACKAGE "/songs3.db"
/* Inotify cookies are uint32_t */
#define INOTIFY_FAKE_COOKIE ((int64_t)1 << 32)