about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-26 01:34:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-26 01:34:23 +0000
commit912436e0c80de91aa43bb071c72a16bc1acd0ae1 (patch)
tree909f2d5a13fab37fa3d4fa7b78c8c7a7a484cbf8
parent1511ebe5ed9943e31a66214b720544cdbf515eaa (diff)
downloadnetpbm-mirror-912436e0c80de91aa43bb071c72a16bc1acd0ae1.tar.gz
netpbm-mirror-912436e0c80de91aa43bb071c72a16bc1acd0ae1.tar.xz
netpbm-mirror-912436e0c80de91aa43bb071c72a16bc1acd0ae1.zip
move pampaintspill from editor/ to editor/specialty/
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1304 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--editor/Makefile2
-rw-r--r--editor/specialty/Makefile1
-rw-r--r--editor/specialty/pampaintspill.c (renamed from editor/pampaintspill.c)0
3 files changed, 2 insertions, 1 deletions
diff --git a/editor/Makefile b/editor/Makefile
index cbe44f79..cac12657 100644
--- a/editor/Makefile
+++ b/editor/Makefile
@@ -20,7 +20,7 @@ PORTBINARIES = pamaddnoise pambackground pamcomp pamcut \
 	       pamdice pamditherbw pamedge \
 	       pamenlarge \
 	       pamfunc pammasksharpen \
-	       pampaintspill pamperspective pamrecolor \
+	       pamperspective pamrecolor \
 	       pamscale pamsistoaglyph pamstretch pamthreshold pamundice \
 	       pbmclean pbmmask pbmpscale pbmreduce \
 	       pgmdeshadow pgmenhance \
diff --git a/editor/specialty/Makefile b/editor/specialty/Makefile
index 72ab6964..4d832886 100644
--- a/editor/specialty/Makefile
+++ b/editor/specialty/Makefile
@@ -11,6 +11,7 @@ PORTBINARIES = pamdeinterlace \
 	       pammixinterlace \
 	       pamoil \
 	       pampop9 \
+	       pampaintspill \
 	       pbmlife \
 	       pgmabel \
 	       pgmbentley \
diff --git a/editor/pampaintspill.c b/editor/specialty/pampaintspill.c
index b5f96523..b5f96523 100644
--- a/editor/pampaintspill.c
+++ b/editor/specialty/pampaintspill.c