changeset 47:b260cd785240 libpostproc

Move libpostproc-specific uninstallation command to the libpostproc Makefile.
author diego
date Sun, 10 Jun 2007 21:29:56 +0000
parents a25e5fd9d997
children 72675332ed82
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon May 28 09:30:41 2007 +0000
+++ b/Makefile	Sun Jun 10 21:29:56 2007 +0000
@@ -22,3 +22,5 @@
 postprocess_pic.o: postprocess.c
 	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
 
+uninstall-headers::
+	-rmdir "$(prefix)/include/postproc"