summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a395f81..dee710d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ uninstall-local: uninstall-nslcd_conf
# install a default configuration file if it is not already there
install-nslcd_conf:
+ @$(NORMAL_INSTALL)
@if [ -f $(DESTDIR)$(NSLCD_CONF_PATH) ]; then \
echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not overwrite"; \
else \
@@ -48,6 +49,7 @@ install-nslcd_conf:
$(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH); \
fi
uninstall-nslcd_conf:
+ @$(NORMAL_UNINSTALL)
-rm -f $(DESTDIR)$(NSLCD_CONF_PATH)
# target for generating the ChangeLog file