Commit 61052533 authored by Greg Williams's avatar Greg Williams
Browse files

Disabled testing of .so library until linking issue is fixed

parent a52040b7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ install: ${KINETIC_LIB} ${KINETIC_SO} VERSION
	@echo
	${INSTALL} -d ${PREFIX}/lib/
	${INSTALL} -c ${KINETIC_LIB} ${PREFIX}/lib/
	${INSTALL} -c ${KINETIC_SO} ${PREFIX}/lib/
	# ${INSTALL} -c ${KINETIC_SO} ${PREFIX}/lib/
	${INSTALL} -d ${PREFIX}/include/
	${INSTALL} -c ./include/${API_NAME}.h ${PREFIX}/include/
	${INSTALL} -c ./include/kinetic_types.h ${PREFIX}/include/
@@ -199,7 +199,8 @@ uninstall:
	${RM} -f ${PREFIX}/include/protobuf-c/protobuf-c.h
	${RM} -f ${PREFIX}/include/protobuf-c.h

all: uninstall clean test default install run rund
# all: uninstall clean test default install run rund
all: uninstall clean test default install run
	@echo
	@echo --------------------------------------------------------------------------------
	@echo $(PROJECT) build completed successfully!
+3 −2
Original line number Diff line number Diff line
v0.6.0
------
* Added Makefile build option.
* Added GET operation.
* Added GET and DELETE operations.
* Added Makefile build implementing standard (make; sudo make install) interface.
* Added creation/installation of static (.a) and dynamic (.so) libraries
* Added ByteArray type for buffer management.
* Added Kinetic_KeyValue type for key/value pair handling.
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@
// }


// #define KINETIC_PDU_HEADER_INIT \
// #define KINETIC_PDU_HEADER_INIT
//     (KineticPDUHeader) {.versionPrefix = 'F'}


+1 −0
Original line number Diff line number Diff line
@@ -241,6 +241,7 @@ int main(int argc, char** argv)
                .algorithm = KINETIC_PROTO_ALGORITHM_SHA1,
                .dbVersion =  BYTE_ARRAY_INIT_FROM_CSTRING("v1.0"),
                .tag = BYTE_ARRAY_INIT_FROM_CSTRING("some_value_tag..."),
                .metadataOnly = false,
            };

            printf("\n"