]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] fix BSD and OSX makefiles for missing files
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2010 20:36:32 +0000 (21:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2010 20:36:32 +0000 (21:36 +0100)
Jeff Buchbinder reported that OpenBSD build broke because recently
added files were not ported to BSD and OSX makefiles.

Makefile.bsd
Makefile.osx

index 015a3651b5754c0f2080e97518ae883c474a98c3..191be4d2582686a318c2df46293c6147db7c516f 100644 (file)
@@ -110,7 +110,8 @@ OBJS = src/haproxy.o src/sessionhash.o src/base64.o src/protocols.o \
        src/session.o src/hdr_idx.o src/ev_select.o src/signal.o \
        src/lb_chash.o src/lb_fwlc.o src/lb_fwrr.o src/lb_map.o \
        src/ev_poll.o src/ev_kqueue.o \
-       src/acl.o src/memory.o src/freq_ctr.o
+       src/acl.o src/memory.o src/freq_ctr.o \
+       src/auth.o src/stick_table.o src/pattern.o
 
 EBTREE_OBJS = $(EBTREE_DIR)/ebtree.o \
               $(EBTREE_DIR)/eb32tree.o $(EBTREE_DIR)/eb64tree.o \
index 5fa0da025043f0fa46ea40d5d7c76fcfe9dcafbf..678a7fb8f5f45798ef81fab3e1bee52b7788d2d9 100644 (file)
@@ -107,7 +107,8 @@ OBJS = src/haproxy.o src/sessionhash.o src/base64.o src/protocols.o \
        src/session.o src/hdr_idx.o src/ev_select.o src/signal.o \
        src/lb_chash.o src/lb_fwlc.o src/lb_fwrr.o src/lb_map.o \
        src/ev_poll.o \
-       src/acl.o src/memory.o src/freq_ctr.o
+       src/acl.o src/memory.o src/freq_ctr.o \
+       src/auth.o src/stick_table.o src/pattern.o
 
 EBTREE_OBJS = $(EBTREE_DIR)/ebtree.o \
               $(EBTREE_DIR)/eb32tree.o $(EBTREE_DIR)/eb64tree.o \