X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=config%2FMakefile.am;h=31370340d85b19906c253165b389bd98f67059c7;hp=4fbf3441ec6644f11b71bc2810deac9e28ace8da;hb=eb4bb6e4f19ff76132e1d3a8b6886911e23f9286;hpb=ded40a0b6cdb144ae3fc59cea4cc3378d1541007 diff --git a/config/Makefile.am b/config/Makefile.am index 4fbf3441..31370340 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -36,6 +36,15 @@ webminport = @WEBMIN_PORT@ # install configuration files # +install-data-local: install-config-files install-webmin + +uninstall-local: + for f in $(CONFFILES) $(GENFILES); do \ + echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + rm -f $(DESTDIR)$(pkgconfdir)/$$f; \ + done + + install-config-files: $(CONFFILES) $(GENFILES) $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) for f in $(CONFFILES) $(GENFILES); do \