From cdc6a068f2e8a320f8beeee5b2b950b57645325b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Wed, 21 Nov 2007 20:48:26 +0100 Subject: - Added -std=c99 to the Makefile - Dependency listing in README --- Makefile | 2 +- README | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18fb9c9..6e51a7b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -Iinclude/ \ +CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -Iinclude/ \ `pkg-config fuse --cflags` LD_ADD = -lid3 \ diff --git a/README b/README index 9211b59..978bf08 100755 --- a/README +++ b/README @@ -1,2 +1,7 @@ MP3FS is a FUSE module implementing a mp3 filesystem in userland. The purpose of mp3fs is to provide filesystem hierarchy based on id3 tags of mp3-files. + +Dependencies +~~~~~~~~~~~~ +- libid3 v.? +- FUSE v.2.6? -- cgit v1.2.3