summaryrefslogtreecommitdiffstats
path: root/c/src/optman/preinstall.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/preinstall.am')
-rw-r--r--c/src/optman/preinstall.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/optman/preinstall.am b/c/src/optman/preinstall.am
index 7b82b63d6b..f300fa4c02 100644
--- a/c/src/optman/preinstall.am
+++ b/c/src/optman/preinstall.am
@@ -70,3 +70,11 @@ $(PROJECT_LIB)/no-timer.rel: no-timer.rel $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-timer.rel
TMPINSTALL_FILES += $(PROJECT_LIB)/no-timer.rel
+$(PROJECT_LIB)/no-filesystem.rel: no-filesystem.rel $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-filesystem.rel
+TMPINSTALL_FILES += $(PROJECT_LIB)/no-filesystem.rel
+
+$(PROJECT_LIB)/no-console.rel: no-console.rel $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-console.rel
+TMPINSTALL_FILES += $(PROJECT_LIB)/no-console.rel
+