diff options
| author | Miklos Szeredi <miklos@szeredi.hu> | 2001-10-26 14:55:42 +0000 |
|---|---|---|
| committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-10-26 14:55:42 +0000 |
| commit | 90d8bef61c8c40472ddfb1aafeeb6473ec51a053 (patch) | |
| tree | 9e86fadff65abd2a0851bfcc4282ed786182acbe /Makefile | |
| parent | 724f2bc50ab0dc38248c2dfc6414506f29b10d55 (diff) | |
| download | libfuse-90d8bef61c8c40472ddfb1aafeeb6473ec51a053.tar.gz | |
*** empty log message ***
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ CC = gcc KCFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe KCPPFLAGS = -I /lib/modules/`uname -r`/build/include/ -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -CFLAGS = -Wall -W -g +CFLAGS = -Wall -W -g `glib-config --cflags` +LDFLAGS = `glib-config --libs` CPPFLAGS = all: fuse.o fusemount |
