diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-06-16 18:01:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-06-16 18:01:55 +0000 |
commit | 25cd5cb33ce97f9863d842ec8ecebd60a6043d82 (patch) | |
tree | 38a0a22529ac707027cca8013de5518f5dd0002f /common.mak | |
parent | ef3efa0dbc4049700f76b2923cdeb26b8f652f70 (diff) | |
download | ffmpeg-25cd5cb33ce97f9863d842ec8ecebd60a6043d82.tar.gz |
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
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |