From 9115735709c570347236bccbe34ddc8fe6e6e8dc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 29 Mar 2004 18:23:21 +0000 Subject: some cleanups git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@4 e35a362c-bbd6-0310-a59f-a4efcb1729c4 --- src/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index bea2a08..e0dca3b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,16 +1,13 @@ CC=gcc -CFLAGS=-g -Wall -pipe -O0 -I/usr/include/neon +CFLAGS=-g -Wall -pipe -O0 -I/usr/include/neon -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -ansi LIBS=/usr/lib/libfuse.a -lpthread -lneon -all: fusexmp fusedav - -fusexmp: fusexmp.o - $(CC) -o $@ $^ $(LIBS) +all: fusedav fusedav: fusedav.o statcache.o filecache.o session.o openssl-thread.o $(CC) -o $@ $^ $(LIBS) clean: - rm -f *.o fusexmp fusedav + rm -f *.o fusedav .PHONY: clean all -- cgit