From 25cd5cb33ce97f9863d842ec8ecebd60a6043d82 Mon Sep 17 00:00:00 2001 From: Diego Biurrun 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 --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 88a816efed..e77d960d9c 100644 --- a/common.mak +++ b/common.mak @@ -68,7 +68,7 @@ depend dep: $(DEPS) CLEANSUFFIXES = *.o *~ *.ho LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp *.map -DISTCLEANSUFFIXES = *.d +DISTCLEANSUFFIXES = *.d *.pc define RULES $(SUBDIR)%$(EXESUF): $(SUBDIR)%.o -- cgit v1.2.3