summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/Makefile.w32
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-10-22 20:49:07 +0000
committerbapt <bapt@FreeBSD.org>2016-10-22 20:49:07 +0000
commitffafe3ab704ae77aebac04aed2a2f970475312d8 (patch)
tree1c03c20541f231404e89ca3807016bc85a56cb7d /contrib/libucl/Makefile.w32
parent62cb4b26b932c652b62b8eba73976e4b9584ec97 (diff)
downloadFreeBSD-src-ffafe3ab704ae77aebac04aed2a2f970475312d8.zip
FreeBSD-src-ffafe3ab704ae77aebac04aed2a2f970475312d8.tar.gz
MFC r306544:
Import libucl 20160812
Diffstat (limited to 'contrib/libucl/Makefile.w32')
-rw-r--r--contrib/libucl/Makefile.w325
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/libucl/Makefile.w32 b/contrib/libucl/Makefile.w32
index 0e61274..5d9398b 100644
--- a/contrib/libucl/Makefile.w32
+++ b/contrib/libucl/Makefile.w32
@@ -28,14 +28,13 @@ HDEPS = $(SRCDIR)/ucl_hash.h \
$(SRCDIR)/ucl_chartable.h \
$(SRCDIR)/ucl_internal.h \
$(INCLUDEDIR)/ucl.h \
- $(SRCDIR)/xxhash.h
+ $(SRCDIR)/mum.h
OBJECTS = $(OBJDIR)/ucl_hash.o \
$(OBJDIR)/ucl_util.o \
$(OBJDIR)/ucl_parser.o \
$(OBJDIR)/ucl_emitter.o \
$(OBJDIR)/ucl_emitter_utils.o \
- $(OBJDIR)/ucl_schema.o \
- $(OBJDIR)/xxhash.o
+ $(OBJDIR)/ucl_schema.o
all: $(OBJDIR) $(OBJDIR)/$(SONAME)
OpenPOWER on IntegriCloud