From ff4b315dbdc2e71ec91c4fcdca00c30079214a6f Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 6 Jun 2005 17:49:18 +0000 Subject: [PATCH] creating header dir if necessary git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@327 9efc2488-bf62-4759-914b-345cdb29e865 --- src/objson/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objson/Makefile b/src/objson/Makefile index d556258..3ab17a7 100644 --- a/src/objson/Makefile +++ b/src/objson/Makefile @@ -14,6 +14,7 @@ test: lib objson_test.c lib: $(OBJS) $(CC) $(LDFLAGS) $(OBJS) -o $(LIB_DIR)/libobjson.so + if [ ! -d $(HEADER_DIR)/objson/ ];then mkdir $(HEADER_DIR)/objson; fi; cp *.h $(HEADER_DIR)/objson/ object.o: object.h object.c -- 2.11.0