From 3429ef600fcef09e96408f8b476ead6cb519cf83 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Jul 2004 13:30:34 +0000 Subject: Make use of MAINTAINERCLEANFILES --- Makefile.am | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c4fc53e6..34e8e0a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,18 @@ # $Id$ # -SUBDIRS := include src - -DISTCLEANFILES = conftest.c conftest bluez.pc +SUBDIRS = include src EXTRA_DIST = ChangeLog libs.spec +DISTCLEANFILES = bluez.pc + +MAINTAINERCLEANFILES = Makefile.in \ + aclocal.m4 configure config.h.in config.sub config.guess \ + ltmain.sh missing install-sh mkinstalldirs + install-data-local: bluez.pc - $(INSTALL) -D -m 644 $(top_builddir)/bluez.pc $(DESTDIR)$(libdir)/pkgconfig/bluez.pc + $(INSTALL) -D -m 644 $(top_builddir)/$< $(DESTDIR)$(libdir)/pkgconfig/$< + +uninstall-local: bluez.pc + @rm -f $(DESTDIR)$(libdir)/pkgconfig/$< -- cgit