X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=nfs3%2FMakefile;h=59ee50b1d91be6671ba2ff1de061a4f38517b85c;hb=8819789ef2264b26aebfae489932a447f6e0f65f;hp=87b2c04dd2d7acd4673bbf6dd9c1dbd00b5fd335;hpb=a6d16121ebce069728e454b9bd4c5716d59c8809;p=bluesky.git diff --git a/nfs3/Makefile b/nfs3/Makefile index 87b2c04..59ee50b 100644 --- a/nfs3/Makefile +++ b/nfs3/Makefile @@ -1,6 +1,6 @@ -PACKAGES=glib-2.0 +PACKAGES=glib-2.0 gthread-2.0 DEBUG=-g -CFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) \ +CFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) -I.. \ $(shell pkg-config --cflags $(PACKAGES)) LDFLAGS=$(DEBUG) $(shell pkg-config --libs $(PACKAGES)) @@ -8,7 +8,7 @@ SRCS=nfsd.c rpc.c mount.c nfs3.c mount_prot_xdr.c nfs3_prot_xdr.c OBJS=$(SRCS:.c=.o) nfsproxy : $(OBJS) - $(CC) $(LDFLAGS) -o $@ $^ + $(CC) $(LDFLAGS) -o $@ $^ ../bluesky.a clean : rm -f $(OBJS) nfsproxy