X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=Makefile;h=162d9f98f6b26f8ec6fa15e50754045487123d22;hp=8ae5754f095819d6e8307db649c2cf1b85b7beb9;hb=fc223ec17dc5e6691291a7b31f6daa8679b484cd;hpb=a9d83d1e32291aaa449442eaf19ade56bfd42778 diff --git a/Makefile b/Makefile index 8ae5754..162d9f9 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ CXXFLAGS=-O -Wall -Wextra -D_FILE_OFFSET_BITS=64 $(DEBUG) \ -DCUMULUS_VERSION=$(shell cat version) LDFLAGS=$(DEBUG) $(shell pkg-config --libs $(PACKAGES)) -SRCS=chunk.cc localdb.cc main.cc metadata.cc ref.cc remote.cc sha1.cc \ - store.cc subfile.cc util.cc +SRCS=chunk.cc exclude.cc localdb.cc main.cc metadata.cc ref.cc remote.cc \ + sha1.cc store.cc subfile.cc util.cc OBJS=$(SRCS:.cc=.o) cumulus : $(OBJS)