You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2014/08/09 20:29:04 UTC

git commit: Merge libck master (0.4.3-5-g84cd66b) to fix out of tree build

Repository: trafficserver
Updated Branches:
  refs/heads/master 9bce68438 -> 4a41b205f


Merge libck master (0.4.3-5-g84cd66b) to fix out of tree build


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4a41b205
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4a41b205
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4a41b205

Branch: refs/heads/master
Commit: 4a41b205ff8ca482c756733d88df499bb7cc90b2
Parents: 9bce684
Author: Phil Sorber <so...@apache.org>
Authored: Sat Aug 9 12:27:09 2014 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Sat Aug 9 12:27:09 2014 -0600

----------------------------------------------------------------------
 lib/ck/src/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4a41b205/lib/ck/src/Makefile.in
----------------------------------------------------------------------
diff --git a/lib/ck/src/Makefile.in b/lib/ck/src/Makefile.in
index baef71b..367b25e 100644
--- a/lib/ck/src/Makefile.in
+++ b/lib/ck/src/Makefile.in
@@ -35,6 +35,9 @@ ck_epoch.o: $(INCLUDE_DIR)/ck_epoch.h $(SDIR)/ck_epoch.c
 ck_hs.o: $(INCLUDE_DIR)/ck_hs.h $(SDIR)/ck_hs.c
 	$(CC) $(CFLAGS) -c -o $(TARGET_DIR)/ck_hs.o $(SDIR)/ck_hs.c
 
+ck_rhs.o: $(INCLUDE_DIR)/ck_rhs.h $(SDIR)/ck_rhs.c
+	$(CC) $(CFLAGS) -c -o $(TARGET_DIR)/ck_rhs.o $(SDIR)/ck_rhs.c
+
 ck_ht.o: $(INCLUDE_DIR)/ck_ht.h $(SDIR)/ck_ht.c
 	$(CC) $(CFLAGS) -c -o $(TARGET_DIR)/ck_ht.o $(SDIR)/ck_ht.c