summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2009-07-18- Remove pnotify library again as the API is a bit messy and handles things in aUlf Lilleengen
different way than musicfs requires.
2008-11-27- Include pnotify in build and link against it in musicfs.Ulf Lilleengen
2008-11-27- Missed fusever and makefile changes in the previous commit.Ulf Lilleengen
- Also put a consistent sorting on header includes: * System includes first * Then, standard C libraries * Then additiona libraries and our own headers.
2008-09-07- Added pthread and SQLITE_THREADED to MakefileKjetil Ørbekk
2008-09-02- Fixed handling of empty tagsKjetil Ørbekk
(in contrast to non-existing ones)
2008-08-14- Renamed mp3fs to musicfsKjetil Ørbekk
2008-08-03- Initial implementation of sqlite3 as backend for music.Ulf Lilleengen
- Add current database schema. - Remove old query support, since this is replaced by sqlite now.
2008-04-25- Switched from id3lib to TagLibKjetil Ørbekk
2008-04-25- Added musicpath parsingKjetil Ørbekk
Order is reversed, so usage is: ./mp3fs <musicpath> <mountpoint>
2008-04-21- Implement basic check and indexing.lulf@carrot.studby.ntnu.no
2008-04-20- Include option parsing in main file.lulf@carrot.studby.ntnu.no
- Put initialization routine in vnops.
2007-11-21- Added -std=c99 to the MakefileKjetil Ørbekk
- Dependency listing in README
2007-11-21- Added MakefileKjetil Ørbekk
- Moved `test programs` out of source tree (So the Makefile actually works)