From 89a59c289e78765dd57b3bb1e7bc6b5e0693c191 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 16 Dec 2013 13:27:15 +0000 Subject: Add uninstall-local to fix make distcheck --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d006925..1a15710 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,9 @@ EXTRA_DIST = AUTHORS COPYING INSTALL NEWS README TODO HISTORY ABOUT-NLS \ DISTCLEANFILES = etc/plptools +uninstall-local: + rm -f $(DESTDIR)$(initdir)/plptools + install-exec-local: install -D $(top_builddir)/etc/plptools $(DESTDIR)$(initdir)/plptools -- cgit v1.2.3