X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=Makefile;h=162d9f98f6b26f8ec6fa15e50754045487123d22;hb=cdbe16714a926da9f8ae752027138aa15cda7f60;hp=8ae5754f095819d6e8307db649c2cf1b85b7beb9;hpb=96894619b609626621a05b87638b40cdc7dbfe37;p=cumulus.git 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)