Do not uninstall all of mlt's pkg-config files
authorDan Dennedy <dan@dennedy.org>
Fri, 15 May 2009 08:59:52 +0000 (01:59 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 15 May 2009 08:59:52 +0000 (01:59 -0700)
Signed-off-by: Dan Dennedy <dan@dennedy.org>

Makefile

index 136351c..9db8c7d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,9 @@ install:
        fi
 
 uninstall:
-       rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-*.pc
+       rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-melted.pc
+       rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-melted++.pc
+       rm -f "$(DESTDIR)$(libdir)"/pkgconfig/mlt-mvcp.pc
        list='$(SUBDIRS)'; \
        for subdir in $$list; do \
                $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \