diff Makefile @ 47:b260cd785240 libpostproc

Move libpostproc-specific uninstallation command to the libpostproc Makefile.
author diego
date Sun, 10 Jun 2007 21:29:56 +0000
parents 7bd9f7dcef91
children b64be993e95c
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"