diff --git a/piqilib/.gitignore b/piqilib/.gitignore index 6aa79f93..ac6fba6c 100644 --- a/piqilib/.gitignore +++ b/piqilib/.gitignore @@ -4,3 +4,4 @@ /piqi_json_parser.ml /libpiqilib_stubs.a +/dllpiqilib_stubs.so diff --git a/piqilib/Makefile b/piqilib/Makefile index 5834b86c..cdcf5000 100644 --- a/piqilib/Makefile +++ b/piqilib/Makefile @@ -5,12 +5,10 @@ include $(PIQI_ROOT)/make/Makefile.ocaml RESULT = piqilib LIBINSTALL_FILES += \ - $(wildcard $(RESULT).cma $(RESULT).cmxa $(RESULT).$(EXT_LIB) $(RES_CLIB)) \ + $(wildcard $(RESULT).cma $(RESULT).cmxa $(RESULT).$(EXT_LIB) $(RES_CLIB) $(DLLSONAME)) \ $(wildcard *.cmi) \ -STATIC = 1 # force creation of static library (don't create dlls) - PACKS = ulex easy-format xmlm base64 bytes