Browse Source

Makefile: add cleanup of pkg-config files created by configure to distclean

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
tags/n3.0
Tobias Rapp Andreas Cadhalpun 10 years ago
parent
commit
bc517be6b0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -181,6 +181,7 @@ clean::
distclean::
$(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h
$(RM) -rf doc/examples/pc-uninstalled

config:
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)


Loading…
Cancel
Save