Skip to content

Commit

Permalink
Makefile: add cleanup of pkg-config files created by configure to dis…
Browse files Browse the repository at this point in the history
…tclean

Signed-off-by: Andreas Cadhalpun <[email protected]>
  • Loading branch information
t-rapp authored and Andreas Cadhalpun committed Dec 2, 2015
1 parent d208acf commit bc517be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bc517be

Please sign in to comment.