summaryrefslogtreecommitdiff
path: root/libpostproc/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-10 21:29:56 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-10 21:29:56 +0000
commitfa62bdb8684ed7cfc77207004d79d2119dbc2723 (patch)
tree406a174a1705cb2f09e01fe5d76d6518f44ca964 /libpostproc/Makefile
parent06694949b4d3c6c0b50c02c2a5c9449ef7c61652 (diff)
downloadffmpeg-fa62bdb8684ed7cfc77207004d79d2119dbc2723.tar.gz
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r--libpostproc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile
index d30b4a18de..356ce2fcc4 100644
--- a/libpostproc/Makefile
+++ b/libpostproc/Makefile
@@ -22,3 +22,5 @@ depend dep: postprocess.c
postprocess_pic.o: postprocess.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
+uninstall-headers::
+ -rmdir "$(prefix)/include/postproc"