src/server/util/objs.mk

changeset 662
70fdf948b642
parent 634
9728d3a2ac97
equal deleted inserted replaced
661:a4e1ba59b733 662:70fdf948b642
44 UTILOBJ += util.o 44 UTILOBJ += util.o
45 UTILOBJ += date.o 45 UTILOBJ += date.o
46 UTILOBJ += writer.o 46 UTILOBJ += writer.o
47 UTILOBJ += libxattr.o 47 UTILOBJ += libxattr.o
48 UTILOBJ += hashing.o 48 UTILOBJ += hashing.o
49 UTILOBJ += pblock.o
50 UTILOBJ += uri.o
49 51
50 UTILOBJS = $(UTILOBJ:%=$(UTIL_OBJPRE)%) 52 UTILOBJS = $(UTILOBJ:%=$(UTIL_OBJPRE)%)
51 UTILSOURCE = $(UTILOBJ:%.o=util/%.c) 53 UTILSOURCE = $(UTILOBJ:%.o=util/%.c)
52
53 # add cpp files
54 UTILOBJS += $(UTIL_OBJPRE)pblock.o
55 UTILOBJS += $(UTIL_OBJPRE)uri.o
56
57 UTILSOURCE += util/pblock.cpp
58 UTILSOURCE += util/uri.cpp

mercurial