summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-06-16 18:01:55 +0000
committerDiego Biurrun <diego@biurrun.de>2008-06-16 18:01:55 +0000
commit25cd5cb33ce97f9863d842ec8ecebd60a6043d82 (patch)
tree38a0a22529ac707027cca8013de5518f5dd0002f /Makefile
parentef3efa0dbc4049700f76b2923cdeb26b8f652f70 (diff)
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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