mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
common/mlstdutils: Remove unused Libdir module.
Last used in commit fd63d89644 (in 2013).
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -130,7 +130,6 @@ Makefile.in
|
||||
/common/mlstdutils/.depend
|
||||
/common/mlstdutils/bytes.ml
|
||||
/common/mlstdutils/guestfs_config.ml
|
||||
/common/mlstdutils/libdir.ml
|
||||
/common/mlstdutils/oUnit-*
|
||||
/common/mlstdutils/std_utils_tests
|
||||
/common/mlutils/.depend
|
||||
|
||||
@@ -35,7 +35,6 @@ endif
|
||||
|
||||
SOURCES_ML += \
|
||||
guestfs_config.ml \
|
||||
libdir.ml \
|
||||
stringMap.ml \
|
||||
stringSet.ml \
|
||||
std_utils.ml
|
||||
@@ -97,13 +96,6 @@ mlstdutils.cmxa: $(XOBJECTS)
|
||||
$(OCAMLFIND) ocamlopt $(OCAMLPACKAGES) -a $^ -o $@
|
||||
endif
|
||||
|
||||
# This OCaml module has to be generated by make (configure will put
|
||||
# unexpanded prefix macro in).
|
||||
|
||||
libdir.ml: Makefile
|
||||
echo 'let libdir = "$(libdir)"' > $@-t
|
||||
mv $@-t $@
|
||||
|
||||
# Tests.
|
||||
|
||||
std_utils_tests_SOURCES = dummy.c
|
||||
|
||||
Reference in New Issue
Block a user