From 25cd5cb33ce97f9863d842ec8ecebd60a6043d82 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 16 Jun 2008 18:01:55 +0000
Subject: Generate pkg-config files in each library subdirectory so that they
 do not clutter the root of the source tree.

Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index b1f3cbc3c9..c290f0b86d 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ clean::
 	rm -f vhook/*.o vhook/*~ vhook/*.so vhook/*.dylib vhook/*.dll
 
 distclean::
-	rm -f version.h config.* *.pc vhook/*.d
+	rm -f version.h config.* vhook/*.d
 
 # regression tests
 
-- 
cgit v1.2.3