From 38be1b185036e65973aeabc2bc0fbaca1c77edec Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Sun, 11 Aug 2024 21:22:23 -0400 Subject: [PATCH] Add missing files to uninstall target --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ed2a92ea5..243122bf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -213,9 +213,13 @@ install: lib/$(PALIB) portaudio-2.0.pc uninstall: $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(PALIB) - $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(includedir)/portaudio.h + for include in $(INCLUDES); do \ + $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(includedir)/$$include; \ + done + $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc $(MAKE) uninstall-recursive + clean: $(LIBTOOL) --mode=clean rm -f $(LTOBJS) $(LOOPBACK_OBJS) $(ALL_TESTS) lib/$(PALIB) $(RM) bin-stamp lib-stamp